[extensions-web] settings: Add myself as an admin



commit d4052b4bb9b304d0abfd6b30bbc49291a1523dcb
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Apr 2 09:30:05 2012 -0400

    settings: Add myself as an admin

 sweettooth/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 7666919..ecb8e7d 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -6,7 +6,7 @@ DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
-    # ('Your Name', 'your_email example com'),
+    ('Jasper St. Piere', 'jstpierre mecheye net'),
 )
 
 MANAGERS = ADMINS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]