mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Updated settings file
This commit is contained in:
@@ -2,11 +2,11 @@ import os
|
|||||||
|
|
||||||
# Django settings for login project.
|
# Django settings for login project.
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
# ('Your Name', 'your_email@domain.com'),
|
('Andrew Williams', 'andy@tensixtyone.com'),
|
||||||
)
|
)
|
||||||
|
|
||||||
MANAGERS = ADMINS
|
MANAGERS = ADMINS
|
||||||
@@ -114,6 +114,10 @@ DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502'
|
|||||||
MUMBLE_DEFAULT_PORT = 64738
|
MUMBLE_DEFAULT_PORT = 64738
|
||||||
SLICE = '/usr/share/slice/Murmur.ice'
|
SLICE = '/usr/share/slice/Murmur.ice'
|
||||||
|
|
||||||
|
### Wiki Service Settings
|
||||||
|
|
||||||
|
WIKI_DATABASE = 'dreddit_wiki'
|
||||||
|
|
||||||
FORCE_SCRIPT_NAME=""
|
FORCE_SCRIPT_NAME=""
|
||||||
DEFAULT_FROM_EMAIL = "bot@auth.dredd.it"
|
DEFAULT_FROM_EMAIL = "bot@auth.dredd.it"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user