Django

Code

root/django/trunk/examples/settings.py

Revision 5876, 111 bytes (checked in by mtredinnick, 1 year ago)

Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
already.

  • Property svn:eol-style set to native
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.