Changeset 9388


Ignore:
Timestamp:
Jul 12, 2011, 11:06:45 AM (13 years ago)
Author:
rick
Message:

Valid settings importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/urls.py

    r9386 r9388  
    55# Uncomment the next two lines to enable the admin:
    66from django.contrib import admin
     7from django.conf import settings
    78admin.autodiscover()
    89
    9 import settings
    1010
    1111urlpatterns = patterns('',
     
    2626    )
    2727
    28 if setttings.DEBUG:
     28if settings.DEBUG:
    2929  urlpatterns += staticfiles_urlpatterns()
    3030
Note: See TracChangeset for help on using the changeset viewer.