Skip to content

Commit 76da97f

Browse files
committed
removed unused vars from .env and pyproject.toml
1 parent aa25eaf commit 76da97f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

{{cookiecutter.project_name}}/.env.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ POSTGRES_PORT=4999
1717

1818
FIRST_SUPERUSER_EMAIL=example@example.com
1919
FIRST_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

{{cookiecutter.project_name}}/.env.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ POSTGRES_PORT=4999
1717

1818
FIRST_SUPERUSER_EMAIL=example@example.com
1919
FIRST_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

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ requires = ["poetry-core>=1.0.0"]
3636
build-backend = "poetry.core.masonry.api"
3737

3838
[tool.pytest.ini_options]
39-
DJANGO_SETTINGS_MODULE = "tribal_wars_planer.settings"
4039
minversion = "6.0"
4140
addopts = "-v"
4241
testpaths = [

0 commit comments

Comments
 (0)