Skander BM
Skander BM
Hello, I tried to execute the `celery-exporter` binary and I get a Segmentation fault ... Perhaps `pip install` like is better than distributing a PyInstaller binaries ?
fixed MaistrenkoAnton/django-material-admin#145
Installing django material admin on a fresh production env install is breaking the django admin. looks like starting from django 3.2 static assets are not mimifiyed anymore [1] [1] https://code.djangoproject.com/ticket/31524
it seems that there are some CSS issues after upgrading, text is not visible anymore, here is an example before and after the upgrade : Before:  After:  Before:...
That's nice that you're sharing this fucking tips, but does anyone thought about mental health about staying alone at home ? maybe some tips and advises SHOULD be included in...
when we patch models, we prefix the methods with `async_` but the new official django api prefixes the methods with `a` ex: patched api : sync `objects.get` => async `objects.async_get`...
When you open multiple files with vim `vim myFile.c myFile.h -O` it only add header to the first file. It could be nice to apply the header to all opned...