initial commit
This commit is contained in:
9
config/env.py
Normal file
9
config/env.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
import environ
|
||||
|
||||
environ.Env.read_env(os.path.join('.env'))
|
||||
|
||||
|
||||
env = environ.Env(
|
||||
)
|
||||
Reference in New Issue
Block a user