Tylere Couture
Tylere Couture
Just a note that my project will have to stop using django-djconfig because of its lack of multi-tenancy support! But, thanks for the package! It's done me well for the...
We're using django-tenant-schemas https://django-tenant-schemas.readthedocs.io
When I try it locally, it creates an empty `/output/html5` directory and then hangs? ```bash $ export GAME_NAME="Panjwayi" $ docker run -e EXPORT_NAME="HTML5" -e OUTPUT_FILENAME="index.html" -v $(pwd)/panjwayi:/build/src -v $(pwd)/output/html5:/build/output gamedrivendesign/godot-export...
Note that this works for me locally (i..e the game at least builds and exports properly as is) ```bash ~/apps/Godot_v3.2.1-stable_x11.64 --export HTML5 --path ~/Godot/panjwayi/panjwayi ~/Godot/panjwayi/output/html5/panjwayi ```
Only thing different is the ouput directory it created: ``` $ git pull Already up to date. $ git status On branch master Your branch is up to date with...
Yes I switched over because I couldn't get this one to work. Sorry!