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. Cheers Tom -- 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.

