lae

Results 112 comments of lae

Just to not let this stagnate, I still haven't remembered the exact reasoning behind using uwsgi outside of the virtualenv (if not for one of the guesses I provided before)....

Are software collections typically installable out of the box on CentOS? Last I recall they weren't/involved extra administration work to setup installing from software collections, but my memory is hazy....

I'm not *too* surprised that it works as-is for later versions, but if there were new features introduced they might need configuration support within the role.

If I don't get a chance to look at this by the end of the month, feel free to ping me a reminder. Of course, if anyone else is available,...

From #116 via @ironiq > Seems i've found the problem: the unit is installed via template. This notifies the "restart $unit" handler. This handler will do the daemon_reload, set the...

Also see: https://stackoverflow.com/questions/32123477/django-revert-last-migration

I'm on board with pinned `pip` via the constraints role variable. Although pinning to a minor version (x.y) instead of a patch version (x.y.z) seems like it'd be appropriate to...

Is this just an issue with nginx accessing static assets? I don't recall stumbling into this issue at my last job, but we were using Debian (which seems to use...

I've used dotenv for a Django app at my old job before, and can agree it's nice to have that separation for multiple environments. However I'm not too familiar with...

That block has gotten a bit bigger from the original release. It might make sense to move it to its own tasks file and include it, now. Anyway, using `throttle:...