On 3/19/06, Jaanus <[EMAIL PROTECTED]> wrote:
> After I did it, the new app showed up right in the project's directory,
> without "apps". So in one host it is with "apps" and in another it's
> not. What's the logic behind that? At least I got it to work for myself
> but would be good to know...

This may be due to different versions of Django; the "apps" directory
is no longer automatically created (though you can create it
yourself); instead, apps live directly under the project: where with
older revisions of Django you'd get 'myproject.apps.myapp', now you
get 'myproject.myapp'.


--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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