Doc: Add url method to url to avoid error on django newer versions

This commit is contained in:
Duda Nogueira 2017-08-09 09:00:39 -03:00
parent cf97804f23
commit e43a4bd725

View file

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