mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
up:
|
|
docker-compose run --remove-orphans --rm --service-ports development
|
|
|
|
tests:
|
|
poetry run python -m tox run-parallel
|
|
|
|
server:
|
|
poetry run python manage.py runserver 0.0.0.0:8000
|