by Ismail Elshareef
If you're using MongoDB with Django, you will need to manage ListField and EmbeddedModelField type fields in Django's admin module. Unfortunately, that's not so easy to do out of the box. You need to do some hacking to get it done. Here's a good link on how to use ListField in admin https://gist.github.com/1200165.
Now let's find out how we can use EmbeddedModelField with admin. Let's start hacking :)