Django

Code

root/django/branches/0.96-bugfixes/examples/settings.py

Revision 2809, 111 bytes (checked in by adrian, 3 years ago)

MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.

Line 
1 # Django settings for the example project.
2
3 DEBUG = True
4 TEMPLATE_DEBUG = DEBUG
5 ROOT_URLCONF = 'examples.urls'
Note: See TracBrowser for help on using the browser.