urls.py
changeset 7 e49daa7af035
parent 5 962b45987a02
child 17 08a47999f316
equal deleted inserted replaced
5:962b45987a02 7:e49daa7af035
     1 from django.conf.urls.defaults import *
     1 from django.conf.urls.defaults import *
       
     2 from django.conf import settings
     2 
     3 
     3 # Uncomment the next two lines to enable the admin:
     4 # Uncomment the next two lines to enable the admin:
     4 # from django.contrib import admin
     5 # from django.contrib import admin
     5 # admin.autodiscover()
     6 # admin.autodiscover()
     6 
     7