Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Bill Freeman
Move at least your settings.py into a new sub-directory named for the project (as with new projects in 1.4 or 1.5 -- you might make one if you haven't just to look at the directory structure), and add an __init__.py to that directory. You may need to (probably should) move your top level urls.py t

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Larry Martell
On Thu, Aug 1, 2013 at 9:27 AM, Tom Evans wrote: > On Thu, Aug 1, 2013 at 4:10 PM, Larry Martell wrote: >> Thanks very much Tom. This explains a lot - we were using the 1.3 >> manage file with 1.4. I'm very close now, but I'm not sure what to put >> in for project_name - my project is called 'mot

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Tom Evans
On Thu, Aug 1, 2013 at 4:10 PM, Larry Martell wrote: > Thanks very much Tom. This explains a lot - we were using the 1.3 > manage file with 1.4. I'm very close now, but I'm not sure what to put > in for project_name - my project is called 'motor'. I tried > motor.settings, but I got 'could not imp

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Larry Martell
On Thu, Aug 1, 2013 at 8:41 AM, Tom Evans wrote: > On Thu, Aug 1, 2013 at 3:17 PM, Larry Martell wrote: >> On Thu, Aug 1, 2013 at 2:30 AM, Branko Majic wrote: >>> On Wed, 31 Jul 2013 17:59:56 -0600 >>> Larry Martell wrote: >>> On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by do

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Tom Evans
On Thu, Aug 1, 2013 at 3:17 PM, Larry Martell wrote: > On Thu, Aug 1, 2013 at 2:30 AM, Branko Majic wrote: >> On Wed, 31 Jul 2013 17:59:56 -0600 >> Larry Martell wrote: >> >>> On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this: >>> >>> rm -rf /Library/Python/2.7/site-package

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Larry Martell
On Thu, Aug 1, 2013 at 2:30 AM, Branko Majic wrote: > On Wed, 31 Jul 2013 17:59:56 -0600 > Larry Martell wrote: > >> On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this: >> >> rm -rf /Library/Python/2.7/site-packages/django >> >> Followed by python setup.py install in the dir

Re: Upgrading to 1.5 on Centos

2013-08-01 Thread Branko Majic
On Wed, 31 Jul 2013 17:59:56 -0600 Larry Martell wrote: > On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this: > > rm -rf /Library/Python/2.7/site-packages/django > > Followed by python setup.py install in the dir I untar-ed Django-1.5.1 > to. This all worked fine. > > > O

Upgrading to 1.5 on Centos

2013-07-31 Thread Larry Martell
On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this: rm -rf /Library/Python/2.7/site-packages/django Followed by python setup.py install in the dir I untar-ed Django-1.5.1 to. This all worked fine. On a Centos system running python 2.6 I did: rm -rf /usr/lib/python2.6/site-