I'm facing to big project. It's gonna be eshop administration and I dont have much experiences with Django admin. I've realized only CRUDs.
My question is if is there a way and how much is that way painful to implement some advanced stuff in django admin - basically the stuff that u have to write by yourself like complicated product adminsitration incuding variants is.
In the other hand the administration will include common CRUDs and flat pages, so it would be cool if there is a way how to use django admin CRUDs and Flatpages app.
Would you guys go for django admin or in this case you would write the admin in your own way?
Thank you guys.
EDIT:
Update from customer: The project is gonna be just eshop admin. The frontends (eshops) arr gonna by implemented individually.