On Thu, Aug 1, 2013 at 9:27 AM, Tom Evans <[email protected]> wrote:
> On Thu, Aug 1, 2013 at 4:10 PM, Larry Martell <[email protected]> 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 import motor.settings: No module
>> named motor.settings'. I tried just 'settings' and that made manage
>> happy, but then it could not import any of my installed apps (which
>> all start with motor.).
>
> This is all covered by the same link I gave you earlier. You may need
> to restructure your project and/or adjust what you import your apps
> as.

OK, I see. Moving manage.py one dir level up makes it all work, but
that dir is not part of our project structure and not under version
control. If I leave it where it is I have to change a lot of
references that start with 'motor.' - not just the few in settings,
but all over the place. I guess I'm going to go with the latter and
make it part of the install procedure to copy manage. Ugh.

Thanks!
-larry

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to