16 June ‘14
Read about Managers and QuerySets in Django for fetching data on admin end.
0
Kudos
0
Kudos
Read about Managers and QuerySets in Django for fetching data on admin end.
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 →