jschrewe / django-mongoadmin

Integrates mongodb into django's admin
http://www.schafproductions.com/projects/mongo-admin/
BSD 3-Clause "New" or "Revised" License
112 stars 38 forks source link

Circular Import Error #14

Closed bhanuvrat closed 10 years ago

bhanuvrat commented 11 years ago

Followed the documentation down to the dot and stumbled upon a circular import error: Cannot import name site

It shows up while executing this import statement inside admin.py of my app. from mongoadmin import site, DocumentAdmin

thepav commented 9 years ago

Hello, I was wondering what the answer to this issue was? It was closed without any comments.