ref: Makefile & scripts

This commit is contained in:
relikd
2023-05-29 18:19:22 +02:00
parent e9f15fb799
commit 1d37d724e5
7 changed files with 13 additions and 10 deletions

View File

@@ -7,9 +7,7 @@ help:
.PHONY: init
init:
python3 manage.py migrate
python3 manage.py loaddata traits.json booking_types.json
python3 manage.py createsuperuser
./scripts/on-init.sh
.PHONY: get_columns
get_columns: