useless/redundant file
forgot to remove it in the previous commit
This commit is contained in:
parent
7c5c8f6ac7
commit
456ffa1bea
|
@ -1,7 +0,0 @@
|
||||||
from django.contrib import admin
|
|
||||||
from django.contrib.auth.decorators import login_required
|
|
||||||
|
|
||||||
# Ensure users go through the allauth workflow when logging into admin.
|
|
||||||
admin.site.login = login_required(admin.site.login)
|
|
||||||
# Run the standard admin set-up.
|
|
||||||
admin.autodiscover()
|
|
Loading…
Reference in a new issue