Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. (website)rnikhil275@infamous:~/streaming-system/website$ git clone git@github.com:mithro/django-testing-fixes.git
  2. Cloning into 'django-testing-fixes'...
  3. remote: Counting objects: 32, done.
  4. remote: Total 32 (delta 0), reused 0 (delta 0)
  5. Receiving objects: 100% (32/32), 6.79 KiB | 0 bytes/s, done.
  6. Resolving deltas: 100% (8/8), done.
  7. Checking connectivity... done.
  8. (website)rnikhil275@infamous:~/streaming-system/website$ make serve
  9. . bin/activate && pip install ez_setup
  10. Requirement already satisfied (use --upgrade to upgrade): ez-setup in ./lib/python2.7/site-packages
  11. Cleaning up...
  12. . bin/activate && pip install -U distribute
  13. Requirement already up-to-date: distribute in ./lib/python2.7/site-packages
  14. Requirement already up-to-date: setuptools>=0.7 in ./lib/python2.7/site-packages (from distribute)
  15. Cleaning up...
  16. . bin/activate && python manage.py collectstatic --noinput
  17. /home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/django/conf/__init__.py:219: DeprecationWarning: You have no filters defined on the 'mail_admins' logging handler: adding implicit debug-false-only filter. See http://docs.djangoproject.com/en/dev/releases/1.4/#request-exceptions-are-now-always-logged
  18. DeprecationWarning)
  19.  
  20. ImportError: No module named django_testing_fixes
  21. make: *** [prepare-serve] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement