Free and open source ticket system written in python
1alias cw := css-watch
2alias cb := css-build
3
4css-setup:
5 cd theme && npm ci
6css-watch:
7 npx tailwindcss@3.4.1 -c ./theme/tailwind.config.js --content ./**/*.html -i ./theme/input.css -o ./paw/static/css/paw.css -w
8css-build:
9 npx tailwindcss@3.4.1 -c ./theme/tailwind.config.js -i ./theme/input.css -o ./paw/static/css/paw.css -m
10
11create admin:
12 poetry run python manage.py createsuperuser