davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Pony Runserver broken when using nonstandard manage.py #62

Open baudtack opened 12 years ago

baudtack commented 12 years ago

I've modified my app and the manage.py to allow for using multiple settings files. This way I can set one for development and one for production. However, this does not work with pony-runserver

The issue seems to be in the pony-manage-pop function where the --settings= option is added, rather than allowing manage.py to figure it out. Perhaps this could be conditionally added?