You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To dump data, one has to specify a lot of app names (all apps which have plugins) and use the -n option. This should be simplified by a management command.
Current situation:
./manage.py dumpdata -n fluent_contents text oembeditem rawhtml picture myapp
Desired situation:
./manage.py dumpdata_placeholder myapp
The text was updated successfully, but these errors were encountered:
To dump data, one has to specify a lot of app names (all apps which have plugins) and use the
-n
option. This should be simplified by a management command.Current situation:
./manage.py dumpdata -n fluent_contents text oembeditem rawhtml picture myapp
Desired situation:
./manage.py dumpdata_placeholder myapp
The text was updated successfully, but these errors were encountered: