Well, that's embarassing. I totally missed that the template flag even existed. Thanks!
On Monday, December 7, 2015 at 2:07:00 PM UTC-5, Florian Apolloner wrote: > > Hi Luke, > > this is what the --template argument is for, this way we do not need an > extra flag for every user wish ;) > > Cheers, > Florian > > On Monday, December 7, 2015 at 6:24:19 PM UTC+1, Luke Sapan wrote: >> >> Hello, >> >> >> I have a suggestion for an improvement to the startproject command. >> Currently, the command creates a project and a main folder that isn’t quite >> an app. It doesn’t have any models, views, tests, etc. I realize this is by >> design, and for many cases is the correct fit. >> >> >> However, there are also many cases where you want to use that main folder >> as an app itself. While this is trivial (create apps.py, models.py, >> views.py, tests.py, migrations module and add <app name> into settings.py), >> it’s a bit repetitive and could certainly be streamlined with a flag passed >> to startproject. For example: >> >> ./manage.py startproject foo --app >> >> >> There are many situations where using the primary folder as an app makes >> a great deal of sense, and optionally facilitating that style would >> certainly help projects get up and running that much faster. >> >> >> Thank you for your consideration. >> > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/aa799ea4-b86b-43ca-a911-f0454f6b3fab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
