mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Merge branch 'master' of github.com:jezdez/django-avatar
Conflicts: avatar/urls.py tests/settings.py
This commit is contained in:
commit
5e2785e5a5
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
try:
|
||||
from django.conf.urls import patterns, url
|
||||
except ImportError:
|
||||
# Django < 1.4
|
||||
from django.conf.urls.defaults import patterns, url
|
||||
|
||||
urlpatterns = patterns(
|
||||
|
|
|
|||
Loading…
Reference in a new issue