Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
refactor(settings/base.py): moved an app from django_apps
Browse files Browse the repository at this point in the history
  • Loading branch information
HladczukLe committed Dec 6, 2023
1 parent 12dfc1e commit 80777a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
"django.contrib.staticfiles",
"django.contrib.humanize",
"django.contrib.postgres",
"djangocodemirror",
]

THIRD_PARTY_APPS = [
"guardian",
"bootstrap5",
"crispy_forms",
"crispy_bootstrap5",
"djangocodemirror",
]

LOCAL_APPS = [
Expand Down

0 comments on commit 80777a7

Please sign in to comment.