Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO List #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

TODO List #2

wants to merge 5 commits into from

Conversation

jonasdiaz
Copy link

TODO LIST:

GET /todos/ -> /todos/pk
POST /todos/
PUT /todos/1
PATCH /todos/1
DELETE /todos/1

@@ -0,0 +1,5 @@
POSTGRES_HOST=postgres

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renombraría el archivo para que sea algo así como un template para inspirarse, de esa forma no quedan las credenciales en el código.

@@ -0,0 +1,3 @@
*.pyc
__pychache__
*.log

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agregaría una regla para no commitear los archivos en .envs

@@ -0,0 +1,22 @@
FROM python:3.6-alpine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no podemos usar una versión más nueva de python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants