18F / projects

[WIP] A collection of our projects, past and present
Other
9 stars 3 forks source link

Explicitly specify user in docker DATABASE_URL. #28

Closed toolness closed 8 years ago

toolness commented 8 years ago

There are some edge cases where the username of the process running manage.py isn't projects_user, so it's best to be explicit here.

This also defines PYTHONUNBUFFERED so that the stdout from manage.py runserver always shows up.

brendansudol commented 8 years ago

👍 - thanks!