Added backup management command

This commit is contained in:
Fergal Moran
2015-09-13 19:14:00 +01:00
parent b0aa02a632
commit ed0502a217
3 changed files with 85 additions and 15 deletions

View File

@@ -21,6 +21,8 @@ ADMINS = (
('Fergal Moran', 'fergal.moran@gmail.com'),
)
PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
MANAGERS = ADMINS
AUTH_PROFILE_MODULE = 'spa.UserProfile'