mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Don't need to set that EDITOR_MEDIA_PATH any more
This commit is contained in:
parent
7f0e93f7d3
commit
d1bf06b39f
1 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ TEMPLATE_DIRS = (
|
|||
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
|
||||
# Always use forward slashes, even on Windows.
|
||||
# Don't forget to use absolute paths, not relative paths.
|
||||
os.path.abspath(os.path.join(os.path.dirname(__file__), 'templates')),
|
||||
)
|
||||
|
||||
INSTALLED_APPS = (
|
||||
|
|
@ -86,6 +87,6 @@ INSTALLED_APPS = (
|
|||
'mptt',
|
||||
'simpletext',
|
||||
)
|
||||
EDITOR_MEDIA_PATH = '/static/editor/'
|
||||
#EDITOR_MEDIA_PATH = '/static/editor/'
|
||||
CATEGORIES_ALLOW_SLUG_CHANGE = True
|
||||
CATEGORIES_RELATION_MODELS = ['simpletext.simpletext','flatpages.flatpage']
|
||||
Loading…
Reference in a new issue