18 July ‘14

I tried to apply custom CSS to the table generated by django_tables2 today but was unsuccessful. I am considering generating the table myself now instead of using django_tables2. Also, it will be easier to create drop-downs for Bug Status and Priority settings.

Things left to do:

 
0
Kudos
 
0
Kudos

Now read this

1 Aug ‘14

Sheila setup a rackspace VM for me to deploy the Django app. It’s the first time I’m using (and learning) Fabric. Issues faced: VM freezed everytime I entered the password. Resolved by setting env.password string in fabric task. Jinja... Continue →