Skip to content

Commit

Permalink
Some minor adjustments made
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkboy17 committed Feb 19, 2024
1 parent c36ae85 commit ed7b41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pretalx/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"django.forms",
"rest_framework",
]
INSTALLED_APPS = DJANGO_APPS + EXTERNAL_APPS + LOCAL_APPS + FALLBACK_APPS

PLUGINS = []
for entry_point in iter_entry_points(group="pretalx.plugin", name=None):
Expand Down

0 comments on commit ed7b41f

Please sign in to comment.