#12786: runserver --settings option does not work.
---------------------------------------+------------------------------------
 Reporter:  erikcw                     |       Owner:  nobody    
   Status:  new                        |   Milestone:            
Component:  django-admin.py runserver  |     Version:  1.2-alpha 
 Keywords:                             |       Stage:  Unreviewed
Has_patch:  0                          |  
---------------------------------------+------------------------------------
 I just updated to the latest trunk r12384 and the settings option for the
 runserver management command doesn't seem to be working.

 I have 2 sites configured:
 settings.py (site 1)
 settings_2.py (site 2)


 {{{
 # ./manage.py runserver --settings=settings_2
 Validating models...
 0 errors found

 Django version 1.2 alpha 1 SVN-12385, using settings 'linx.settings'
 Development server is running at http://127.0.0.1:8000/
 Quit the server with CONTROL-C.
 }}}

 I've added symlinked my django project directory directly into my site-
 packages -- so it is on the python path.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12786>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to