Merge branch 'guntherweissenbaeck/issue50'
This commit is contained in:
commit
f3863d342f
2 changed files with 5 additions and 5 deletions
|
@ -65,8 +65,8 @@ INSTALLED_APPS = [
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# CKEditor
|
# CKEditor
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
"ckeditor",
|
# "ckeditor",
|
||||||
"ckeditor_uploader",
|
# "ckeditor_uploader",
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# My Apps
|
# My Apps
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
@ -215,8 +215,8 @@ ACCOUNT_UNIQUE_EMAIL = True
|
||||||
LOGIN_REDIRECT_URL = "/bird/all"
|
LOGIN_REDIRECT_URL = "/bird/all"
|
||||||
|
|
||||||
# CKEditor
|
# CKEditor
|
||||||
CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"
|
# CKEDITOR_BASEPATH = "/static/ckeditor/ckeditor/"
|
||||||
CKEDITOR_UPLOAD_PATH = "media"
|
# CKEDITOR_UPLOAD_PATH = "media"
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/4.2/howto/static-files/
|
# https://docs.djangoproject.com/en/4.2/howto/static-files/
|
||||||
|
|
|
@ -2,7 +2,7 @@ crispy-bootstrap5>=0.6
|
||||||
django-allauth==0.55
|
django-allauth==0.55
|
||||||
django-bootstrap-datepicker-plus>=4.0
|
django-bootstrap-datepicker-plus>=4.0
|
||||||
django-bootstrap-modal-forms>=2
|
django-bootstrap-modal-forms>=2
|
||||||
django-ckeditor>=6.6
|
# django-ckeditor>=6.6
|
||||||
django-crispy-forms>=1
|
django-crispy-forms>=1
|
||||||
django-csp>=3.7
|
django-csp>=3.7
|
||||||
django-environ>=0.9
|
django-environ>=0.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue