views:

29

answers:

1

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
Which is to say that its stored in the database in a table called auth_user.
Justin Lilly
ty both - and Lilly's part cleared it up even better
fooba