10 Aug ‘14

Hi. I was away to my grandparent’s place yesterday and most part of today owing to an Indian festival. I spent some time trying to wrap my head around how decorators work in Django. I think I’ve isolated the due to which the user is repeatedly logged out. I’ll code it up tomorrow and hope that it works as I think it should.

 
0
Kudos
 
0
Kudos

Now read this

3 Aug ‘14

The necessary JS and CSS files were not being loaded. I ran a “ python manage.py findstatic ”. It told me some apps were not installed. django_extensions debug-toolbar South django_tables2 pyscopg2 After installing these, findstatic was... Continue →