- Html5
- Css
- Bootstrap
- Figma
- Django
- MySQL
Para ejecutar correctamente la aplicación hay que correr los siguientes comandos en la terminal de python:
1-
pip install mysqlclient
2-
py manage.py makemigrations
(si no hace las migrations probar este comando:
py manage.py makemigrations prototype_2 )
3-
py manage.py migrate
4-
py manage.py runserver