




https://playlabs.readthedocs.io/en/latest/
Playlabs documentation is now available online ! Playlabs provides a convenient wrapper for the ansible-playbook command and provides a set of ansible roles made to work together, and to orchestrate containers as much as possible and let only network level provisioning happen on hosts themselves, and combines straigthforward ansible patterns to install a docker orchestrated paas infra to prototype products for development to small-size production. Pre-beta state: works for me, but parts are being rewriten independently until it’s clean enough and declared stable, documentation is still in progress and so are tests. Read more at playlabs.rtfd.io
Read Morehttps://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/contributing/issue_workflow.md
Excellent read about GitLab’s internal issue workflow, safe to assume they automated as much as possible in GitLab itself.
https://github.com/owais/django-webpack-loader/pull/182
django-webpack-loader code splitting support by @alihazemfarouk, that has a sister pull request.
https://asciinema.org/a/Jn3LB6TO7vWcf2xhZnGmwLJ86
For hacker only: Full feature CLI CRUD+ for Django vidéo demo.
Why you should pay a hacker 10k/year to maintain your GitLab-CI/Drone-CI/etc server on baremetal With LOVE
https://pypi.org/project/djcli/
The new CLI for Django that you will wonder how you lived without !
Clitoo makes your python callbacks work on CLI too !
This CLI can execute python callbacks with parameters.
Clitoo recognizes 4 types of command line arguments:
It doesn’t matter how many dashes you put in the front, they are all removed.
To use the context in your callback just import the clitoo context::
Read More