caktus / django-styleguide

Styleguide helper for projects that work with design teams
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Deprecation warning for Django 1.10 #9

Open dpoirier opened 8 years ago

dpoirier commented 8 years ago

styleguide/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'^(?P[0-9A-Za-z_-]+)/$', views.styleguide_page, name="styleguide_page"),