Web system for the control and administration of containers of the company Rarras Super Tiendas S.A DE C.V
Download the project from Github to a local folder
https://github.com/erickcasita/rarras-admin.git
python -m venv *name*
pip install -r requirements.txt
POSTGRESQL_HOST = POSTGRESQL_HOST
POSTGRESQL_BD = POSTGRESQL_BD
POSTGRESQL_USER = POSTGRESQL_USER
POSTGRESQL_PASSWORD = POSTGRESQL_PASSWORD
POSTGRESQL_PORT = POSTGRESQL_PORT
python manage.py makemigrations
python manage.py migrate
python manage.pu runserver