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:
commit
148568fca4
95 changed files with 3267 additions and 2379 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue