2022-07-29 09:02:01 +01:00
|
|
|
web: ./manage.py runserver 0.0.0.0:8000
|
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
|