Heroku. Django dumpdata -


how can data on heroku , create fixture can load locally? heroku run python manage.py dumpdata --natural > data.json command, how can download file?

try adding dashes indicate end of command:

heroku run python manage.py dumpdata --natural -- > data.json 

this should redirect output local file.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -