toml config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Application configuration
|
||||
app_name = "{{ cookiecutter.project_name }}"
|
||||
debug = false
|
||||
APP_NAME = "{{ cookiecutter.project_name }}"
|
||||
DEBUG = false
|
||||
SECRET_KEY = "your_secret_key"
|
||||
|
||||
# Add your custom configuration here
|
||||
Reference in New Issue
Block a user