Merge lp:~mhall119/classroom-scheduler/add-admin into lp:classroom-scheduler

Proposed by Michael Hall
Status: Merged
Approved by: Michael Hall
Approved revision: 23
Merged at revision: 23
Proposed branch: lp:~mhall119/classroom-scheduler/add-admin
Merge into: lp:classroom-scheduler
Diff against target: 12 lines (+1/-1)
1 file modified
classroom_scheduler/settings.py (+1/-1)
To merge this branch: bzr merge lp:~mhall119/classroom-scheduler/add-admin
Reviewer Review Type Date Requested Status
Michael Hall Approve
Review via email: mp+30046@code.launchpad.net

Description of the change

Add admin info to settings

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'classroom_scheduler/settings.py'
--- classroom_scheduler/settings.py 2010-02-26 14:24:44 +0000
+++ classroom_scheduler/settings.py 2010-07-15 20:27:40 +0000
@@ -7,7 +7,7 @@
7SITE_ROOT = os.path.dirname(os.path.realpath(__file__))7SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
88
9ADMINS = (9ADMINS = (
10 # ('Your Name', 'your_email@domain.com'),10 ('Michael Hall', 'mhall119@ubuntu.com'),
11)11)
1212
13MANAGERS = ADMINS13MANAGERS = ADMINS

Subscribers

People subscribed via source and target branches

to all changes: