Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
In testsettings put emailusernames after django apps, so it's managme…
Browse files Browse the repository at this point in the history
…nt command gets used.
  • Loading branch information
tomchristie committed Apr 23, 2012
1 parent 2551bad commit f36820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}

INSTALLED_APPS = (
'emailusernames',
'django.contrib.auth',
'django.contrib.contenttypes',
'emailusernames',
)

AUTHENTICATION_BACKENDS = (
Expand Down

0 comments on commit f36820b

Please sign in to comment.