Advertisement
TakesxiSximada

Untitled

Jan 19th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. (common)$ python manage.py
  2. Usage: manage.py subcommand [options] [args]
  3.  
  4. Options:
  5. -v VERBOSITY, --verbosity=VERBOSITY
  6. Verbosity level; 0=minimal output, 1=normal output,
  7. 2=verbose output, 3=very verbose output
  8. --settings=SETTINGS The Python path to a settings module, e.g.
  9. "myproject.settings.main". If this isn't provided, the
  10. DJANGO_SETTINGS_MODULE environment variable will be
  11. used.
  12. --pythonpath=PYTHONPATH
  13. A directory to add to the Python path, e.g.
  14. "/home/djangoprojects/myproject".
  15. --traceback Print traceback on exception
  16. --version show program's version number and exit
  17. -h, --help show this help message and exit
  18.  
  19. Type 'manage.py help <subcommand>' for help on a specific subcommand.
  20.  
  21. Available subcommands:
  22.  
  23. [auth]
  24. changepassword
  25. createsuperuser
  26.  
  27. [django]
  28. cleanup
  29. compilemessages
  30. createcachetable
  31. dbshell
  32. diffsettings
  33. dumpdata
  34. flush
  35. inspectdb
  36. loaddata
  37. makemessages
  38. runfcgi
  39. shell
  40. sql
  41. sqlall
  42. sqlclear
  43. sqlcustom
  44. sqlflush
  45. sqlindexes
  46. sqlinitialdata
  47. sqlsequencereset
  48. startapp
  49. startproject
  50. syncdb
  51. test
  52. testserver
  53. validate
  54.  
  55. [sessions]
  56. clearsessions
  57.  
  58. [staticfiles]
  59. collectstatic
  60. findstatic
  61. runserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement