#3528: simple cli extensions for django-admin.py and manage.py
--------------------------------------------------------------+-------------
Reporter: Ronny Pfannschmidt <[EMAIL PROTECTED]> | Owner:
adrian
Status: closed |
Component: django-admin.py
Version: SVN |
Resolution: wontfix
Keywords: |
Stage: Design decision needed
Has_patch: 0 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
--------------------------------------------------------------+-------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
Comment:
All manage.py does is set DJANGO_SETTINGS_MODULE in the environment and
puts the current project is on the path. So it's trivial to replicate that
for scripts you want to run -- like literally one line.
It doesn't make sense to think of manage.py on a per-app level, outside of
projects, because settings files are on a project level. If your apps
aren't all under one project, you need to set the Python paths manually
yourself anyway so that they are accessible (if not on default paths), so
manage.py doesn't help you there.
This isn't worth implementing because it doesn't really make anything
easier than it already is.
--
Ticket URL: <http://code.djangoproject.com/ticket/3528#comment:6>
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
-~----------~----~----~----~------~----~------~--~---