black files
This commit is contained in:
@@ -66,7 +66,7 @@ INSTALLED_APPS = [
|
|||||||
"django.contrib.sites",
|
"django.contrib.sites",
|
||||||
"django.contrib.sitemaps",
|
"django.contrib.sitemaps",
|
||||||
"django.contrib.flatpages",
|
"django.contrib.flatpages",
|
||||||
|
# third-party
|
||||||
"taggit",
|
"taggit",
|
||||||
"ckeditor",
|
"ckeditor",
|
||||||
"ckeditor_uploader",
|
"ckeditor_uploader",
|
||||||
@@ -79,7 +79,7 @@ INSTALLED_APPS = [
|
|||||||
"fontawesomefree",
|
"fontawesomefree",
|
||||||
"whoosh",
|
"whoosh",
|
||||||
"haystack",
|
"haystack",
|
||||||
|
# local apps
|
||||||
"core.apps.CoreConfig",
|
"core.apps.CoreConfig",
|
||||||
"posts.apps.PostsConfig",
|
"posts.apps.PostsConfig",
|
||||||
"members.apps.MembersConfig",
|
"members.apps.MembersConfig",
|
||||||
@@ -203,7 +203,7 @@ MEDIA_URL = "/files/"
|
|||||||
TAGGIT_FORCE_LOWERCASE = True
|
TAGGIT_FORCE_LOWERCASE = True
|
||||||
|
|
||||||
|
|
||||||
#CKEDITOR
|
# CKEDITOR
|
||||||
CKEDITOR_UPLOAD_PATH = "upload"
|
CKEDITOR_UPLOAD_PATH = "upload"
|
||||||
|
|
||||||
CKEDITOR_CONFIGS = {
|
CKEDITOR_CONFIGS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user