Fix bad names

This commit is contained in:
Andros Fenollosa
2021-03-08 21:25:34 +01:00
parent 91a01428fe
commit e3e1a0144c
11 changed files with 25 additions and 33 deletions

View File

@ -1,10 +1,10 @@
# Django
django
# Servidor para Django
daphne==2.4.1
# Conector para PostgreSQL
# ASGI server
uvicorn
# Connect PostgreSQL
psycopg2-binary
# Channels
channels==2.4.0
# Conector de Redis para Channels
# Connect Redis for Channels
channels_redis