My admin site began to refuse to log into the system, which is logged in as a superuser. I tried to create a whole set of superusers using manage.py, but the admin site does not see them even when manage.py is happy to change passwords for existing superusers.
No changes have been made to the admin packages, however I did delete the SQLlite database to clear all the test materials I put in. I immediately launched syncdb, but the administrator does not have a bar from this, even after creating several superusers, as described above. So, pretty new to django and a little loose on the next step.
Greetings
source
share