#12786: runserver --settings option does not work.
------------------------------------------------+---------------------------
Reporter: erikcw | Owner: nobody
Status: closed | Milestone:
Component: django-admin.py runserver | Version: 1.2-alpha
Resolution: worksforme | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------------+---------------------------
Changes (by Joshua Ginsberg <[email protected]>):
* status: new => closed
* resolution: => worksforme
Comment:
I can't presently replicate this bug.
{{{
Pointy-Stick:djangodev jag$ PYTHONPATH=/Users/jag/devel/apps/django-trunk
python manage.py runserver --settings=djangodev.othersettings
Validating models...
0 errors found
Django version 1.3 pre-alpha SVN-13405, using settings
'djangodev.othersettings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
^C
Pointy-Stick:djangodev jag$ PYTHONPATH=/Users/jag/devel/apps/django-trunk
pyth manage.py runserver --settings=othersettings
Validating models...
0 errors found
Django version 1.3 pre-alpha SVN-13405, using settings 'othersettings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
}}}
If I've missed something, please reopen. Thanks!
-jag
--
Ticket URL: <http://code.djangoproject.com/ticket/12786#comment:2>
Django <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.