/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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)), )
URL: http://affix.me