File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,3 @@ POSTGRES_PORT=4999
1717
1818FIRST_SUPERUSER_EMAIL = example@example.com
1919FIRST_SUPERUSER_PASSWORD = string_password
20-
21- # letsencrypt ssl certificate contact email
22- DEFAULT_FROM_EMAIL = my_personal_email@example.com
23- MAIN_DOMAIN = example.com
Original file line number Diff line number Diff line change @@ -17,7 +17,3 @@ POSTGRES_PORT=4999
1717
1818FIRST_SUPERUSER_EMAIL = example@example.com
1919FIRST_SUPERUSER_PASSWORD = " {{ random_ascii_string(20) }}"
20-
21- # letsencrypt ssl certificate contact email
22- DEFAULT_FROM_EMAIL = my_personal_email@example.com
23- MAIN_DOMAIN = example.com
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ requires = ["poetry-core>=1.0.0"]
3636build-backend = " poetry.core.masonry.api"
3737
3838[tool .pytest .ini_options ]
39- DJANGO_SETTINGS_MODULE = " tribal_wars_planer.settings"
4039minversion = " 6.0"
4140addopts = " -v"
4241testpaths = [
You can’t perform that action at this time.
0 commit comments