21 July ‘14

I have been stuck at an issue for a couple of days. I generate Edit and Delete links in django-tables2 table dynamically, but they don’t seem to work. I tried a lot of different things but nothing helps.
I raised the question on Stackoverflow here. Hopefully I’ll resolve this soon.

 
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 →