After running syncdb and creating a su, where does that get recorded? Settings.py doesn't seem to change.
+2
A:
It gets recorded as an instance of django.contrib.auth.models.User
.
Ignacio Vazquez-Abrams
2010-05-15 21:40:06
Which is to say that its stored in the database in a table called auth_user.
Justin Lilly
2010-05-15 22:27:31
ty both - and Lilly's part cleared it up even better
fooba
2010-05-15 22:44:04