Hello,
I have a problem with Dokku and Django.
I created a DigitalOcean Dokku Droplet and pushed my Django App. The Application works fine, but there is a problem if I try to run a Django Command.
dokku run APP 'pyth...
Hi,
I try to install a Django application on a one-click Dokku stack. But when I run collectstatic I get a permission error.
I've installed dokku-persistent-storage (https://github.com/dyson/dokku-persistent-storage) ...