/ Published in: Python
URL: http://affix.me
Expand |
Embed | Plain Text
from django.conf.urls.defaults import * # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', # Uncomment the next line to enable the admin: (r'^admin/', include(admin.site.urls)), )
You need to login to post a comment.
