First commit

This commit is contained in:
Andros Fenollosa
2021-04-01 09:48:35 +02:00
commit 17e952bdbd
12 changed files with 438 additions and 0 deletions

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
# Django
django
# Servidor para Django
uvicorn
# Conector para PostgreSQL
psycopg2-binary
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis