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

ImportError: No module named 'mongoadmin.contenttypes' #23

Closed Choko256 closed 11 years ago

Choko256 commented 11 years ago

Hello !

When importing "mongoadmin" with Python 3.3.2, there is an error : No module named 'mongoadmin.contenttypes' I think you must add "mongoadmin.contenttypes" into packages list of setup.py and it works :)

Regards, Choko256.

jschrewe commented 11 years ago

Yes, you're right. Totally forgot about that. Sorry.