~campmumbai/+junk/padmaApi

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: sanj
  • Date: 2010-07-13 12:08:50 UTC
  • Revision ID: sanj@sanj-20100713120850-bdhb1rmbnv944c2a
fixed js indentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
LOGGING_LOG_SQL = True
11
11
LOGGING_SHOW_METRICS = True
12
12
LOGGING_OUTPUT_ENABLED = True
13
 
PADMA_URL = "http://padma.local/"
 
13
PADMA_URL = "http://padma.local"
14
14
 
15
15
PROJECT_PATH = os.path.dirname(__file__)
16
16