-
Notifications
You must be signed in to change notification settings - Fork 91
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
base: main
Are you sure you want to change the base?
TODO List #2
Conversation
@@ -0,0 +1,5 @@ | |||
POSTGRES_HOST=postgres |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
TODO LIST:
GET /todos/ -> /todos/pk
POST /todos/
PUT /todos/1
PATCH /todos/1
DELETE /todos/1