Kevin Van Wilder

Results 5 comments of Kevin Van Wilder

This problem seems to occur as root: ``` root@ow-dokku:~# dokku postgresql:create hellodjango could not change directory to "/root": Permission denied psql: FATAL: password authentication failed for user "root" FATAL: password...

In the meantime I have succeeded in debugging what caused the issue. On my end, it was because during the installation, the docker at the following line run failed to...

I was running the dokku image on digitalocean. admin_pw existed, but the "docker run" at the end had not run (due to insufficient memory) and thus the database was not...

I'm investigating the AST library in python as a viable candidate for this. Reference: http://docs.python.org/2/library/ast.html Also of interest: (thx @rach !) https://pypi.python.org/pypi/jedi/ Update: I could generate a syntax tree via...

Hi there @eduardo-matos, Currently you can manually create a `UserPlan` by first creating a new `User` in the admin and then edit his `UserPlan` which is automatically created after user-creation....