17
17
# Static view of robots.txt
18
url(r'^robots\.txt/', TemplateView.as_view(template_name='robots.txt', content_type="text/plain")),
18
url(r'^robots\.txt', TemplateView.as_view(template_name='robots.txt', content_type="text/plain")),
20
20
# Uncomment the next line to enable the admin:
21
21
url(r'^admin/', admin.site.urls),