#3999: django-admin.py template dir argument
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: reopened | Component: django-admin.py
Version: SVN | Resolution:
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-----------------------------------+----------------------------------------
Changes (by [EMAIL PROTECTED]):
* status: closed => reopened
* resolution: wontfix =>
Comment:
what settings file? when creating a project (as in running django-admin
startproject) what settings file can you specifiy?
when i create a new project, i get a a folder with the project name, with
subfiles settings.py, __init__.py, urls.py, and manage.py. namely, the
files that are under django/conf/project_template. i would like to specify
an alternative project_template folder, it automatically creates whatever
i have under it, (for example, a substructure i sometimes work with):
apps __init__.py media
config README tools
contrib manage.py settings.py urls.py
docs templates
as far as i know, this has nothing to do with settings option. i might be
wrong though ;)
--
Ticket URL: <http://code.djangoproject.com/ticket/3999#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---