mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Run Celery in DCP project
This commit is contained in:
@@ -82,6 +82,7 @@ alias tmux_reload="tmux source-file ~/.tmux.conf"
|
||||
# project-oriented aliases
|
||||
alias dcpvag='workon dcp; cd ~/workspace/sanoma/content-library/; vagrant ssh'
|
||||
alias dcpsrc='cd ~/development/current/content-library/src/content_library/; . ~/development/env/bin/activate'
|
||||
alias dcpcelery='python manage.py celery worker -Q celery -l info'
|
||||
|
||||
# if you're really annoyed with a runaway process
|
||||
function fuck() {
|
||||
|
||||
Reference in New Issue
Block a user