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.

see how debug in django, way?

you either start beginning, or breakpoint.

are new users stored in db, not visible in admin?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -