-
Published Question
Hey guys,
I looked through the community and a google search but couldn't find quite what I am looking for.
I am trying to setup a game development and eventually a production server on DO for a multiplayer text-game ...
0
•
•
By
djankowski3
Development
Python
Ubuntu
-
Published Answer
I have this same problem with Django+Ubuntu. I’m thankful that at least restarting gunicorn gets a temporary fix. I can’t seem to f…
•
By
djankowski3
-
Published Answer
What’s the better alternative? Push/pull with Git?
update:
This is bizarre! I changed the permissions on the file, and now ev…
•
By
djankowski3
-
Published Answer
That’s a great bit of advice to try, but I’m not sure which permissions you’re talking about nor which command to do that.
Do I …
•
By
djankowski3
-
Published Answer
I don’t have any caching enabled in Django that I know of:
TEMPLATES = [
{
‘BACKEND’: 'django.template.backends.dj…
•
By
djankowski3
-
Published Question
So I am SURE that I am missing a basic step here but it's driving me nuts.
I followed this tutorial to setup my server:
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gun...
6
•
•
By
djankowski3
Django
Ubuntu 16.04