diff options
author | parth | 2012-03-26 04:23:55 +0530 |
---|---|---|
committer | parth | 2012-03-26 04:23:55 +0530 |
commit | aada36a104b5fa0fc2b96a44c37631debc671b9a (patch) | |
tree | 8c45977f8f1476b0a346e8dd43e28aac1a2854d9 | |
parent | 64d5a67ac17ab0d92ce7cd73f20de9bfec57d310 (diff) | |
download | aloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.tar.gz aloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.tar.bz2 aloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.zip |
Added author information
-rw-r--r-- | settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 29a57ae..6d0af1a 100644 --- a/settings.py +++ b/settings.py @@ -10,6 +10,11 @@ ADMINS = ( ('Primal Pappachan', 'primal@fossee.in'), ) +AUTHORS = ( + ('Primal Pappachan', 'primal@fossee.in'), + ('Parth Buch', 'parth@fossee.in'), +) + MANAGERS = ADMINS DATABASES = { |