Skip to content

Commit

Permalink
moved: ckeditor_add-on directory; fixed: settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chem1sto committed Aug 31, 2023
1 parent cf8ef86 commit 327b800
Show file tree
Hide file tree
Showing 63 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
STATIC_ROOT = BASE_DIR / "static"
STATIC_ROOT.mkdir(exist_ok=True)
STATICFILES_DIRS = [
("ckeditor/ckeditor/plugins", "ckeditor_add-on/plugins/"),
("ckeditor/ckeditor/skins", "ckeditor_add-on/skins/"),
("ckeditor/ckeditor/plugins", "src/ckeditor_add-on/plugins/"),
("ckeditor/ckeditor/skins", "src/ckeditor_add-on/skins/"),
]

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
Expand Down

0 comments on commit 327b800

Please sign in to comment.