I had this problem recently.  I had built a small project to learn
Django in january, using the latest trunk source.  It worked fine, so
when I started a second project about 2 weeks ago, I used the same
structure with project/apps/myapp1 ...

But I got the same error: 'no module named apps'. I changed all sorts
of stuff, but then noticed that in the latest documentation, the apps
directory has gone.  So I put my apps directly in the project
directory, and it worked.

I've just moved onto the magic-removal branch, and it's the same, but
also the models directory seems to be gone as well :)  I had to put my
models into models.py in the app directory.  Didn't find this in the
docs, but found some mentions in group messages, and in the source.

Otherwise, the magic-removal move was painfree- just a lot of small
changes.

Derek


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to