1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-30 10:19:37 +02:00

Auth Migration, Calendar and Other Misc. Fixes

This commit is contained in:
Sean Morley 2024-12-15 12:13:56 -05:00 committed by GitHub
commit 148568fca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
95 changed files with 3267 additions and 2379 deletions

View file

@ -1,3 +1,5 @@
from django.contrib import admin
from allauth.account.decorators import secure_admin_login
# Register your models here.
admin.autodiscover()
admin.site.login = secure_admin_login(admin.site.login)