mythmon / edwin

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

enable admin #39

Closed willkg closed 9 years ago

willkg commented 9 years ago

It'd be easier to manage teams if we enabled the admin.

There are probably a few parts to this:

  1. make sure the admin patterns are in the url patterns thing.
  2. make sure there are instructions on how to build a superuser account in the README.
  3. make sure the admin/ route is handled by the react stuff so it knows it shouldn't handle it.
willkg commented 9 years ago

Scratch that. Turns out it works fine. We just need to do number 2.