mythmon / edwin

A bug management system
Mozilla Public License 2.0
4 stars 0 forks source link

make it easier to set up dev environment #17

Closed willkg closed 9 years ago

willkg commented 9 years ago

Right now manage.py defaults to using Base, but that means to set up a dev environment (which is a common thing), we have to do some extra work to make sure it picks the Dev configuration.

This issue covers either:

  1. tweaking the code to make it easier
  2. writing up some docs that walk through how to make it easier