anxiousmodernman / teamdash

A platform for developing, scheduling, and viewing reports
0 stars 0 forks source link

Register connections app with admin #6

Closed anxiousmodernman closed 11 years ago

anxiousmodernman commented 11 years ago

This is the reason the model wasn't showing up. Edit the app specific admin.py

anxiousmodernman commented 11 years ago

It's unclear whether we really need to register these classes as an APP in the django settings.py file. For now it seems okay to just have these be backend only configured. In the future, we could make them traditional models that will be editable from the CMS, etc.