I can't ssh into server because of some foolish permissions mistakes I made. Doing a clean install, but want to recover the django data. Is there a way to dumpdata without being in the server? Maybe from the admin panel?
Asked
Active
Viewed 40 times
0
-
This may help: https://docs.djangoproject.com/en/dev/ref/django-admin/#running-management-commands-from-your-code – Selcuk Mar 25 '16 at 05:04
-
You do not have permissions or ssh access? Can you login to DBMS and export db? – Lucas03 Mar 25 '16 at 11:51