Hi. Is there a way to specify custom project (or what I call sites)
and application templates. At present the python-admin.py startproject/
startapp uses the default templates that ships with django. I end up
either having to create these myself or heavily modify them for my dev
structure. It seems to me that it would be quite simple to change the
code in django.core.management.base and
django.core.management.commands.startproject/startapp to allow the
user to specify custom project and application templates. The idea
would be that i can run the following type of command: djang-admin.py
startproject template.config. Does anybody see the need for this type
of functionality or not?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to