On 30-Mar-09, at 10:21 AM, mjlissner wrote:
> - The startapp script doesn't complete about 80% of the actions > necessary to make a basic app > - There are eight files (!) that need to be completed/edited for an > app to work (admin.py, forms.py, views.py, models.py, index.html, > urls.py needs an include, appname/urls.py needs to be made, > settings.py needs the app turned on) Admin.py, forms.py, views.py, index.html are all optional. It all depends what *kind of app* you are building. Some projects (eg Plone) use paster to create mulitple different starting points. Some like rails give you different commands to generate different parts. I think assuming that it has to be just one particular way is wrong. This has been discussed quite a few times before I believe, so maybe do a bit of googling on that first. -- Andy McKay Clearwind Consulting: www.clearwind.ca Blog: www.agmweb.ca/blog/andy Twitter: twitter.com/clearwind --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

