PendingDeprecationWarning: django.utils.simplejson is deprecated;

2013-10-18 Thread dundeemt
I have a 1.2.6 project that I am upgrading to 1.5.4, when I run the dev server with: > python -Wall manage.py runserver I am getting the following warning: /home/jlh/Projects/calypso-15x/local/lib/python2.7/site-packages/django/utils/simplejson.py:12: PendingDeprecationWarning: django.ut

Re: access legacy data without model.py

2009-12-13 Thread dundeemt
On Dec 13, 4:22 am, rebus_ wrote: > 2009/12/12 dundeemt : > > > > > > > I need to access data in other databases.  I don't want them listed in > > model.py as I won't be using django's orm for them. Given this, where > > is the preferred

access legacy data without model.py

2009-12-12 Thread dundeemt
I need to access data in other databases. I don't want them listed in model.py as I won't be using django's orm for them. Given this, where is the preferred place to put the db connection for this data? The only references I could find show creating a db connection in the view, http://www.djangob