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

Registered models don't show up in admin page #90

Open asavpatel opened 8 years ago

asavpatel commented 8 years ago

I am using the same model file as example have. https://github.com/jazzband/django-mongonaut/blob/master/examples/blog_1_7/articles/models.py

and same mongoadmin file as example. https://github.com/jazzband/django-mongonaut/blob/master/examples/blog_1_7/articles/mongoadmin.py

Only difference between example and my structure is my url.py is in the same app. so basically all 3 files (models.py, mongoadmin.py, urls.py) are in the same app.

I did get an error while setting up mongonaut. opened up an issue here --> #89 I am not sure if that issue is connected with this problem I am having. I can provide more details/logs but I don't know where to look for the logs.

I have attached a screenshot below also.

screen shot 2016-08-15 at 12 19 55 am
autodataming commented 4 years ago

solved the problem by install the latest package in the github