On 1/21/07, johnny <[EMAIL PROTECTED]> wrote:
> Does django create apps folder for you, so you can create weblogs,
> forums inside it?
> I tried using python manage.py startapp polls, but it doesn't create
> apps folder.  It creates polls in the current folder "mysite/polls",
> not "mysite/apps/polls".

You can manually create an 'apps' folder if you wish, but it is not
required to have one to use multiple apps in the same project, and
'manage.py startapp' only creates the minimum necessary files to start
a new app.


-- 
"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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to