Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

Fix up User admin #39

Closed Saevon closed 11 years ago

Saevon commented 11 years ago

We're currently using the default user Admin, we need to add the AccountProfile's data to the admin as well.

Check out: https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users

Saevon commented 11 years ago

Since I removed the whole profile thing, we just need to show our mixed infields now.