Skip to content

Commit

Permalink
Removed default admins and managers
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed May 20, 2012
1 parent 43a2176 commit b3d09d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions basesettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
DEBUG = False
TEMPLATE_DEBUG = DEBUG

ADMINS = (
('Marc Hoersken', 'info@marc-hoersken.de'),
)

MANAGERS = ADMINS

# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
Expand Down

0 comments on commit b3d09d2

Please sign in to comment.