Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. [2010-08-12 18:24:55] [Settings], line:244-> INFO : "Initial code start point reached."
  2. [2010-08-12 18:24:55] [Settings], line:275-> CRITICAL : "It seems than your database does not exists."
  3. [2010-08-12 18:24:55] [Settings], line:276-> CRITICAL : "Please build your databse and syncdb it"
  4. [2010-08-12 18:24:55] [Settings], line:278-> DEBUG : "Running environment -----------------------------------"
  5. [2010-08-12 18:24:55] [Settings], line:279-> DEBUG : "DEBUG = True"
  6. [2010-08-12 18:24:55] [Settings], line:280-> DEBUG : "DATABASES : ---"
  7. [2010-08-12 18:24:55] [Settings], line:281-> DEBUG : "DATABASES -> ENGINE = django.db.backends.sqlite3"
  8. [2010-08-12 18:24:55] [Settings], line:282-> DEBUG : "DATABASES -> NAME = db.devdb"
  9. [2010-08-12 18:24:55] [Settings], line:283-> DEBUG : "DATABASES -> USER = "
  10. [2010-08-12 18:24:55] [Settings], line:284-> DEBUG : "DATABASES -> PASSWORD = "
  11. [2010-08-12 18:24:55] [Settings], line:285-> DEBUG : "DATABASES -> HOST = "
  12. [2010-08-12 18:24:55] [Settings], line:286-> DEBUG : "DATABASES -> PORT = "
  13. [2010-08-12 18:24:55] [Settings], line:287-> DEBUG : "FS_ROOT = /home/iman/project/dina/dina-project"
  14. [2010-08-12 18:24:55] [Settings], line:288-> DEBUG : "APP_ROOT = /home/iman/project/dina/dina-project/apps"
  15. [2010-08-12 18:24:55] [Settings], line:289-> DEBUG : "DINA_CACHE = /home/iman/project/dina/dina-project/.cache"
  16. [2010-08-12 18:24:55] [Settings], line:290-> DEBUG : "MEDIA_URL = /site_media/"
  17. [2010-08-12 18:24:55] [Settings], line:291-> DEBUG : "ADMIN_MEDIA_PREFIX = /media/"
  18. [2010-08-12 18:24:55] [Settings], line:292-> DEBUG : "TEMPLATE_LOADERS: ---"
  19. [2010-08-12 18:24:55] [Settings], line:294-> DEBUG : "-- dina.fem.template.loaders.filesystem.load_template_source"
  20. [2010-08-12 18:24:55] [Settings], line:294-> DEBUG : "-- django.template.loaders.filesystem.load_template_source"
  21. [2010-08-12 18:24:55] [Settings], line:294-> DEBUG : "-- django.template.loaders.app_directories.load_template_source"
  22. [2010-08-12 18:24:55] [Settings], line:295-> DEBUG : "MIDDLEWARE_CLASSES: ---"
  23. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- dina.core.middlewares.debug.RequestResponseDebug"
  24. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.middleware.common.CommonMiddleware"
  25. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.contrib.sessions.middleware.SessionMiddleware"
  26. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.middleware.csrf.CsrfViewMiddleware"
  27. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.contrib.auth.middleware.AuthenticationMiddleware"
  28. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.contrib.messages.middleware.MessageMiddleware"
  29. [2010-08-12 18:24:55] [Settings], line:297-> DEBUG : "-- django.contrib.redirects.middleware.RedirectFallbackMiddleware"
  30. [2010-08-12 18:24:55] [Settings], line:298-> DEBUG : "TEMPLATE_DIRS: ---"
  31. [2010-08-12 18:24:55] [Settings], line:300-> DEBUG : "-- /home/iman/project/dina/dina-project/templates"
  32. [2010-08-12 18:24:55] [Settings], line:302-> DEBUG : "EMAIL_HOST = "
  33. [2010-08-12 18:24:55] [Settings], line:303-> DEBUG : "EMAIL_HOST_PASSWORD = "
  34. [2010-08-12 18:24:55] [Settings], line:304-> DEBUG : "EMAIL_HOST_USER = "
  35. [2010-08-12 18:24:55] [Settings], line:305-> DEBUG : "EMAIL_PORT = "
  36. [2010-08-12 18:24:55] [Settings], line:306-> DEBUG : "-------------------------------------------------------"
  37. Usage: manage.py subcommand [options] [args]
  38.  
  39. Options:
  40. -v VERBOSITY, --verbosity=VERBOSITY
  41. Verbosity level; 0=minimal output, 1=normal output,
  42. 2=all output
  43. --settings=SETTINGS The Python path to a settings module, e.g.
  44. "myproject.settings.main". If this isn't provided, the
  45. DJANGO_SETTINGS_MODULE environment variable will be
  46. used.
  47. --pythonpath=PYTHONPATH
  48. A directory to add to the Python path, e.g.
  49. "/home/djangoprojects/myproject".
  50. --traceback Print traceback on exception
  51. --version show program's version number and exit
  52. -h, --help show this help message and exit
  53.  
  54. Type 'manage.py help <subcommand>' for help on a specific subcommand.
  55.  
  56. Available subcommands:
  57. changepassword
  58. cleanup
  59. compilemessages
  60. createcachetable
  61. createsuperuser
  62. dbshell
  63. diffsettings
  64. dumpdata
  65. flush
  66. inspectdb
  67. loaddata
  68. makemessages
  69. reset
  70. runfcgi
  71. runserver
  72. shell
  73. sql
  74. sqlall
  75. sqlclear
  76. sqlcustom
  77. sqlflush
  78. sqlindexes
  79. sqlinitialdata
  80. sqlreset
  81. sqlsequencereset
  82. startapp
  83. syncdb
  84. test
  85. testserver
  86. validate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement