Fix warnings about old URL syntax, deprecated in Django 1.8
commitd74cccc0f2cfaac5dbd26595d89a73a10c420c2c
authorStefan Kögl <stefan@skoegl.net>
Thu, 28 Jan 2016 18:48:56 +0000 (28 19:48 +0100)
committerStefan Kögl <stefan@skoegl.net>
Thu, 28 Jan 2016 18:48:56 +0000 (28 19:48 +0100)
tree31ac8839df9e4c23612569e04763858149aa7ac6
parent2fc212a36a803342044153453b25e5899fb540b3
Fix warnings about old URL syntax, deprecated in Django 1.8

https://docs.djangoproject.com/en/1.9/releases/1.8/#django-conf-urls-patterns
12 files changed:
mygpo/administration/urls.py
mygpo/api/urls.py
mygpo/directory/urls.py
mygpo/history/urls.py
mygpo/publisher/urls.py
mygpo/pubsub/urls.py
mygpo/share/urls.py
mygpo/subscriptions/urls.py
mygpo/urls.py
mygpo/userfeeds/urls.py
mygpo/users/urls.py
mygpo/web/urls.py