mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Fix docs showing old django url pattern
This commit is contained in:
parent
0d761fdd88
commit
319d554873
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue