Create user , user login register routes and pages
This commit is contained in:
@@ -9,16 +9,3 @@ class Config:
|
||||
|
||||
UPLOAD_FOLDER = "app/static/uploads/"
|
||||
ALLOWED_EXTENSIONS = {"xlsx", "xls", "csv"}
|
||||
|
||||
|
||||
|
||||
# class Config:
|
||||
# SECRET_KEY = os.getenv("SECRET_KEY", "dev_key_12345")
|
||||
|
||||
# UPLOAD_FOLDER = "app/static/uploads/"
|
||||
# ALLOWED_EXTENSIONS = {"xlsx", "xls", "csv"}
|
||||
|
||||
# DB_HOST = "localhost"
|
||||
# DB_USER = "root"
|
||||
# DB_PASSWORD = "root"
|
||||
# DB_NAME = "comparisondb"
|
||||
|
||||
Reference in New Issue
Block a user