11 Aug ‘14
Things I did today:
- Resolved logging out issue. Refactored some code and used the login_decorator.
- Added a Logout button.
- Added a Search button to turn up relevant records.
- Some more styling improvements.
0
Kudos
0
Kudos
Things I did today:
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 →