Fix docs showing old django url pattern

This commit is contained in:
spookyUnknownUser 2018-10-04 18:36:44 +02:00 committed by GitHub
parent 0d761fdd88
commit 319d554873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ that are required. A minimal integration can work like this:
urlpatterns = [
# ...
url(r'^avatar/', include('avatar.urls')),
url('avatar/', include('avatar.urls')),
]
4. Somewhere in your template navigation scheme, link to the change avatar