Jan Dittberner
f9ea88cd24
This commit adds a new model that enhances the user profile with an offline support code, a postal address and an email address to allow users to reset their profile. The commit adds to Django admin commands 'populate' and 'reset_offline_code' to maintain the help user profiles from the Django command line.
3 lines
60 B
Python
3 lines
60 B
Python
from django.test import TestCase
|
|
|
|
# Create your tests here.
|