Another question about the project template command : In the example source of django, the name of the "main app" folder in the root project folder is named "project_name" so to be catched by the context rendering, I suppose.
I tried to change this default name I want, but the resulting project contains a name like "project-name-template-66b7f02" My question is : is it mandatory in django 1.4 new folder structure that this first app has the same name as the project ? Motivation : I have references to this "main app" models in other packaged apps, so I need this "main app" to have a fixed name, whereas the project folder name is rather the name of this particular django instance. Thanks for your help -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/7BvjQmjPHxsJ. 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-developers?hl=en.
