Skip to content

Commit

Permalink
New Session Admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 1, 2025
1 parent b722de8 commit 87edc6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion S1/S1/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SECRET_KEY = os.getenv("SECRET_KEY")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True # False

ALLOWED_HOSTS = ["s1.vatger.de", "s1.vatsim-germany.org"]

Expand Down
3 changes: 0 additions & 3 deletions S1/waitinglists/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ def label_from_instance(self, obj):
return f"{obj.first_name} {obj.last_name}"


admin.site.register(Session, SessionAdmin)


admin.site.register(Attendance)
admin.site.register(Module)
admin.site.register(Session, SessionAdmin)
Expand Down

0 comments on commit 87edc6a

Please sign in to comment.