pip install -r requirements.txt
python manage.py migrate
python load_fixtures.py
pytest
python manage.py runserver
Configure your .env as the example and run docker-compose up
After build, run tests docker-compose run --rm test
pip install -r requirements.txt
python manage.py migrate
python load_fixtures.py
pytest
python manage.py runserver
Configure your .env as the example and run docker-compose up
After build, run tests docker-compose run --rm test