Skip to content

Commit

Permalink
Merge branch 'main' into setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagueta authored Jan 6, 2025
2 parents 166fee4 + bcd83c0 commit 7fb330a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ipython:
test:
@.venv/bin/pytest -vs -s


lint:
@.venv/bin/pflake8 app kamila_project

Expand Down
2 changes: 2 additions & 0 deletions kamila_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

TEMPLATES = [
{

"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
"APP_DIRS": True,
Expand All @@ -73,6 +74,7 @@
]



WSGI_APPLICATION = "kamila_project.wsgi.application"

# Database
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[project]

name = "terapeuta_kamila_rodrigues"
version = "0.1.0"
description = " Official website of Kamila Rodrigues, a professional therapist."
Expand All @@ -8,6 +9,7 @@ authors = [
{ name = "Viana Labs", email = "contacto@vianalabs.pt" }
]
dependencies = [

"django",
]

Expand All @@ -21,7 +23,6 @@ test = [
"isort",
"pytest",
"pytest-django",
"livereload",
]

[tool.flake8]
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pytest-watch


# auto reload
django-livereload
django-livereload-server
# django-livereload
# django-livereload-server


# Code Quality
Expand Down

0 comments on commit 7fb330a

Please # to comment.