22 July ‘14

Finally had success in resolving the bug about view not loading. The url was bring masked by another. I implemented the Edit and Delete functionalities on bugs today. They are in their most basic form, for now.
Every bug has an Edit and Delete button associated with it. Hitting edit takes you to a form with pre-populated data, which can be edited by the admin.
Clicking Delete, deletes the bug and refreshes the page.
I did some basic styling for the forms as well.

 
0
Kudos
 
0
Kudos

Now read this

17 May ‘14

Yippee! I installed streaming system on my Ubuntu VM! A few observations: I need not have installed everything listed in requirements.txt on my own, ‘make serve’ does all that on its own. #LessonLearnt I got a couple of ImportErrors in ‘... Continue →