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".

How do I get an apps folder to contain forums, news, blogs ?  Do I
first create a folder called apps, and inside the folder I execute the
following:
python manage.py startapp polls

When you execute the above code, it creates polls, on which ever the
current folder is.


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