mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-06 17:53:29 +00:00
20 lines
357 B
Makefile
20 lines
357 B
Makefile
default:
|
|
just --list
|
|
|
|
dev:
|
|
python manage.py runserver
|
|
python manage.py procrastinate worker
|
|
|
|
migrate:
|
|
python manage.py migrate
|
|
make-migrations:
|
|
python manage.py makemigrations
|
|
|
|
seed-topups:
|
|
python manage.py seed_topups --number=50
|
|
seed-payments:
|
|
python manage.py seed_payments --number=50
|
|
|
|
# TESTS
|
|
test-billing:
|
|
python manage.py test billing
|