mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-10 06:14:43 +00:00
9 lines
182 B
Makefile
9 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
|