Skip to content

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 No newline at end of file

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