I have a template project I want to use to ease deployment of instances of a rather complex app
In the example source of django, the name of the "main app" folder, just above the root project folder is named "project_name" and when the command is used, the name is replaced by the project name. I tried to put the name I want, but the command crafts a new name, like "project-name-template-66b7f02" Is it mandatory in django 1.4 new folder structure that this first app has the same name as the project ? I have references to this first app models in other packaged apps (that are here in order to be modified easily depending on the need of the particulat needs of this site instance), 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 Dominique -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/TBnv2rJp_qMJ. 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.

