I use feincms in a django project, and I want to use dumpdata manage.py, but I get nothing:
python manage.py dumpdata feincms []
If you want to dump page data, you need to run dumpdata in the page application. Page models live there, not feincms:
python manage.py dumpdata page
I donβt know FeinCMS, but looking at the GitHub repo, it seems that the application feincmscontains only abstract models. If you want to reset data, you need to find where specific models are located and reset this application.
feincms
dumpdata , : , , - . , , Django.