summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparth2012-03-26 04:23:55 +0530
committerparth2012-03-26 04:23:55 +0530
commitaada36a104b5fa0fc2b96a44c37631debc671b9a (patch)
tree8c45977f8f1476b0a346e8dd43e28aac1a2854d9
parent64d5a67ac17ab0d92ce7cd73f20de9bfec57d310 (diff)
downloadaloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.tar.gz
aloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.tar.bz2
aloha-aada36a104b5fa0fc2b96a44c37631debc671b9a.zip
Added author information
-rw-r--r--settings.py5
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 = {