Guest User

Untitled

a guest
Oct 1st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # Django aliases(django-extensions and ipython required)
  2. alias manage='python2 manage.py'
  3. alias syncdb='manage syncdb'
  4. alias shellplus='manage shell_plus --ipython'
  5. alias runserver='manage runserver_plus 0.0.0.0:8000'
  6. alias runserver_plain='manage runserver 0.0.0.0:8000'
  7. alias migrate='manage migrate'
  8. alias genschema='manage schemamigration'
  9. alias collectstatic='manage collectstatic -l --noinput'
Add Comment
Please, Sign In to add comment