Browse Source

now this should really catch users' attention...

Natenom/support-murmur-13-1446181288462
work 16 years ago
parent
commit
c7655e2515
  1. 29
      pyweb/settings.py

29
pyweb/settings.py

@ -1,16 +1,23 @@
# Django settings for mumble_django project. # Django settings for mumble_django project.
# ***************************************************************
# * The only setting you normally need to alter is this path. *
# * Set this to the path where you extracted mumble-django. *
MUMBLE_DJANGO_ROOT = '/home/mistagee/mumble-django/hgrep';
# * For a basic installation, this is all you need to edit in *
# * this file, the rest will be handled automatically! *
# * *
# * DO NOT CHANGE ANYTHING ELSE IN THIS FILE UNLESS YOU KNOW *
# * WHAT YOU ARE DOING! *
# * *
# ***************************************************************
#################################################################
#################################################################
## ##
## The only setting you normally need to alter is this path. ##
## Set this to the path where you extracted mumble-django. ##
## ##
MUMBLE_DJANGO_ROOT = '/home/mistagee/mumble-django/hgrep'; ##
## ##
## For a basic installation, this is all you need to edit in ##
## this file, the rest will be handled automatically! ##
## ##
#################################################################
## ##
## DO NOT CHANGE ANYTHING ELSE IN THIS FILE UNLESS YOU KNOW ##
## WHAT YOU ARE DOING! ##
## ##
#################################################################
#################################################################
DEBUG = True DEBUG = True
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG

Loading…
Cancel
Save