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
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
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
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
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
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
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
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-
8 matches
Mail list logo