-
Notifications
You must be signed in to change notification settings - Fork 37
Installation of 1.5 on OS X Yosemite #17
Description
The installation was ok. With the sandbox example, launching the server gives
MacBook-Pro-de-Anas:sandbox anas$ ./manage.py runserver
/usr/local/lib/python2.7/site-packages/sorl/thumbnail/helpers.py:5: DeprecationWarning: django.utils.simplejson is deprecated; use json instead.
from django.utils import simplejson
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/usr/local/lib/python2.7/site-packages/sorl/thumbnail/helpers.py:5: DeprecationWarning: django.utils.simplejson is deprecated; use json instead.
from django.utils import simplejson
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Validating models...
0 errors found
January 04, 2015 - 15:25:30
Django version 1.6.8, using settings 'settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
When I go to the web site, it shows
File "/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django_jqchat-0.2-py2.7.egg/jqchat/urls.py", line 3, in
from django.conf.urls.defaults import *
ImportError: No module named defaults