Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. python manage.py runserver 0.0.0.0:8000
  2.  
  3. gunicorn djangoproject:application --bind 127.0.0.1:8001
  4.  
  5. 2014-07-23 04:50:16 [19676] [INFO] Starting gunicorn 0.17.4
  6. 2014-07-23 04:50:16 [19676] [INFO] Listening at: http://127.0.0.1:8001 (19676)
  7. 2014-07-23 04:50:16 [19676] [INFO] Using worker: sync
  8. 2014-07-23 04:50:16 [19681] [INFO] Booting worker with pid: 19681
  9. Failed to find application: 'djangoproject'
  10. 2014-07-23 04:50:16 [19681] [INFO] Worker exiting (pid: 19681)
  11. 2014-07-23 04:50:16 [19676] [INFO] Shutting down: Master
  12. 2014-07-23 04:50:16 [19676] [INFO] Reason: App failed to load.
Add Comment
Please, Sign In to add comment