Merge pull request #169 from spookyUnknownUser/patch-1

Fix docs showing old django url pattern
This commit is contained in:
Grant McConnaughey 2018-10-04 13:29:52 -05:00 committed by GitHub
commit 182e7aa641
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