Changeset 292


Ignore:
Timestamp:
Apr 5, 2011, 8:27:47 PM (14 years ago)
Author:
Rick van der Zwet
Message:

Whoops no allowed in python modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • django-apps/settings.py

    r291 r292  
    101101)
    102102
    103 ROOT_URLCONF = 'foobar.urls'
     103ROOT_URLCONF = 'django_apps.urls'
    104104
    105105TEMPLATE_DIRS = (
     
    120120    # Uncomment the next line to enable admin documentation:
    121121    'django.contrib.admindocs',
    122     'foobar.running',
     122    'django_apps.running',
    123123)
    124124
Note: See TracChangeset for help on using the changeset viewer.