para correr por primera vez este bakend, es necesario utilizar los siguientes comandos:

Windows:

.\install.bat
entorno\Scripts\activate
python manage.py migrate
python manage.py createsuperuser

Linux:

bash .\install.sh
source entorno\bin\activate
python manage.py migrate
python manage.py createsuperuser

y para poder usarlo(normalmente http://localhost:8000/):

python manage.py runserver