jazzband / django-mongonaut

Built from scratch to replicate some of the Django admin functionality and add some more, to serve as an introspective interface for Django and Mongo.
MIT License
240 stars 67 forks source link

Support for apps in different folders #69

Closed Manca closed 9 years ago

Manca commented 10 years ago

I have all my apps under apps/ folder. If I try to register MongoAdmin on a model from the app that has the following structure: project.apps.app.models it won't work. This change should fix this, and "app_label" should become the whole path to the app.

pydanny commented 10 years ago

Also... Tests! We have Travis set up for a reason. :wink:

msteffeck commented 10 years ago

I had this same problem. This exact solution worked for me, as well.

garrypolley commented 9 years ago

This pull request is now the same desired feature as #71

garrypolley commented 9 years ago

I'm pretty sure #71 did this work. I'm going to close this pull request.