mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fied my typo for settings url
This commit is contained in:
parent
605cbece20
commit
d453d4a410
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ import django
|
|||
DJANGO10_COMPAT = django.VERSION[0] < 1 or (django.VERSION[0] == 1 and django.VERSION[1] < 1)
|
||||
|
||||
MEDIA_PATH = getattr(settings, 'EDITOR_MEDIA_PATH', '/media/editor/')
|
||||
STATIC_MEDIA_PATH = getattr(settings, 'STATIC_URL', settings.MEDIA_URL)
|
||||
STATIC_URL = getattr(settings, 'STATIC_URL', settings.MEDIA_URL)
|
||||
# Link to google APIs instead of using local copy of JS libraries
|
||||
MEDIA_HOTLINKING = getattr(settings, 'EDITOR_MEDIA_HOTLINKING', False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue