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
1=== modified file 'classroom_scheduler/settings.py'
2--- classroom_scheduler/settings.py 2010-02-26 14:24:44 +0000
3+++ classroom_scheduler/settings.py 2010-07-15 20:27:40 +0000
4@@ -7,7 +7,7 @@
5 SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
6
7 ADMINS = (
8- # ('Your Name', 'your_email@domain.com'),
9+ ('Michael Hall', 'mhall119@ubuntu.com'),
10 )
11
12 MANAGERS = ADMINS

Subscribers

People subscribed via source and target branches

to all changes: