#713 closed defect (duplicate)
sqlreset expects django admin to be installed
Description ¶
When no django admin is installed in a project, sqlreset will still produce the deletes on the django admin log. Maybe it should check wether django.contrib.admin is in the installed apps and only output django admin log statements when the django admin is in there?
Note:
See TracTickets
for help on using tickets.
Duplicate of #686.