bitcity

Results 11 comments of bitcity

These are micro changes over the course of a day. Putting version numbers defeats the purpose of automation.

@thecotne Think of it as `temporary micro-git`. I want the commits to be automatic (in the background) and I don't want the history polluting the repository. Autobackups already solves most...

:+1: for this feature

This is an [officially recommended](https://docs.djangoproject.com/en/3.1/topics/cache/#memcached) client for Django and it would be great to have it back to an active development stage (e.g with jazzband / @timgraham ). Relevant discussions...

Can we modify the selector to simply check for prefix e.g. `col-xs-` instead of `col-xs-n` (where `n` is in [1,12] ) ?

Great. Thank you for the support.

> uwsgi (correctly) not running as root not being able to delete files owned by root. However, I've noticed that socket file (not owned by root) is also left behind.

``` [uwsgi] env = DJANGO_SETTINGS_MODULE=site.settings chdir = /var/www/site home = /home/user/virtualenv module = site.wsgi:application pidfile = /run/site.pid socket = /run/site.sock logto = /var/log/uwsgi/uwsgi.log uid = www-data gid = www-data chown-socket...

``` -rw-r--r-- 1 root root 5 Oct 9 08:45 site.pid srw-rw-r-- 1 www-data www-data 0 Oct 9 08:45 site.sock ```

@xrmx Still face the same problem (after upgrade to `2.0.12`). Error is : unlink(): Permission denied [core/uwsgi.c line 1621]