Mischback / django-project-skeleton

A skeleton aka. template for Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urlpatterns warnings in 1.8

zfdang opened this issue · comments

urls.py:9: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^admin/', include(admin.site.urls)),

Should be resolved by fixing #2

I'll give it a try with the upcoming Django 1.11-version, but won't put up a simple 1.8 fix.

This should be covered in 1.2