python - Django: Admin attempts to write User and returns a 404 -
i have set standard django auth , admin in project. running django 1.6.2 , python 2.7.4 django-pyodbc-azure , sql server 2008r2 backend
i trying add new user admin, enter username , password, , "save", , redirected /admin/auth/user/<< newid >>, , brings 404.
every time set new user, counter goes 1.
i using standard django management run server command, , don't see tracebacks. i've attempted create user shell, , works fine. i've commented out apps in settings.py, there should no conflicting models.
does have idea problem be?
where start debugging this, given have no error message?
you can use debugger ipdb , step through it.
you either start beginning, or breakpoint.
are new users stored in db, not visible in admin?
Comments
Post a Comment