summaryrefslogtreecommitdiffstats
path: root/devel/tests.py
AgeCommit message (Collapse)AuthorFilesLines
2009-12-02Add credential requirements tests to devel appIsmael Carnales1-0/+39
* Add models.py required file to app * Use user_passes_test instead of custom superuser checking in new_user_form as it implements the same "next" redirection as login_required Signed-off-by: Ismael Carnales <icarnales@gmail.com>