2022-06-09 22:20:40 +01:00
|
|
|
web: ./manage.py runserver
|
2022-06-10 09:13:00 +01:00
|
|
|
watch-js: npm run build:js -- --watch
|
|
|
|
watch-css: npm run build:css -- --watch
|
2022-06-19 11:34:34 +01:00
|
|
|
watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done
|
2022-07-28 14:42:12 +01:00
|
|
|
rqworker: ./manage.py rqworker --with-scheduler
|