chore: poetry and migrations (#4)

This commit is contained in:
2022-08-30 20:22:46 -03:00
committed by GitHub
parent 9ecc3acdd0
commit d8f94955ff
5 changed files with 90 additions and 34 deletions

View File

@@ -133,3 +133,6 @@ REST_FRAMEWORK = {
if DEBUG is True:
CORS_ALLOW_ALL_ORIGINS = True
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'