Make database, oauth, smtp server, mail verificaiton configurable in .env
This commit is contained in:
parent
9b5fe1627d
commit
712d9a843e
8 changed files with 109 additions and 31 deletions
5
allauth_oauth/__init__.py
Normal file
5
allauth_oauth/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# This file is part of photo21
|
||||
# Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
default_app_config = "allauth_oauth.apps.AllauthOAuthConfig"
|
||||
Loading…
Add table
Add a link
Reference in a new issue