django-reset
django-reset copied to clipboard
Django's reset management command for Django 1.5 and higher.
Results
1
django-reset issues
Sort by
recently updated
recently updated
newest added
In a Django 1.8 project using an sqlite3 database on my local dev system, I get the following exception when attempting to use the `reset` command: ``` AttributeError: 'module' object...