#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver
-------------------------------------+-------------------------------------
               Reporter:  olau       |          Owner:  ShawnMilo
                   Type:  Bug        |         Status:  closed
              Milestone:             |      Component:  Core (Management
                Version:  1.3        |  commands)
             Resolution:  fixed      |       Severity:  Normal
           Triage Stage:  Accepted   |       Keywords:
    Needs documentation:  0          |      Has patch:  1
Patch needs improvement:  0          |    Needs tests:  0
                                     |  Easy pickings:  1
-------------------------------------+-------------------------------------

Comment (by lsaffre):

 Okay, I hadn't read this page for quite some time now, and I agree that
 they are clear. So I was using an undocumented feature. I now simply
 modified my local manage.py files so I can continue the old way:
 {{{
   import os
   os.environ['DJANGO_SETTINGS_MODULE'] = 'myproject.settings'
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/15064#comment:19>
Django <https://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-updates@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