Services Blog Français

django-autocomplete-light 3.3.1 release

| by jpic | python django django-autocomplete-light
Thanks to awesome contributors from all around the world, DAL 3.3.1 is out, one month after 3.3.0, that was the first non-rc release of 3.3.0 which starts to require Django 2.0. 3.3.1 Fixed a bug in the way jquery.init.js was being used by @coredumperror Set select2 container CSS class to :all: @hbielenia Added missing renderer parameter to render method for django 2.1 @monim67 Fix ImportError with SELECT2_TRANSLATIONS in Django 1.x @hugorodgerbrown Forward argument should always be a tuple @jihoon796 Fixed exception thrown from Select2QuerySEtView when paginate_by is set @coredumperror

djcall 0.0.5 release

| by jpic | python django uwsgi spooler cron
django-call is a model wrapper around uWSGI native cron and spooler features, including the signal framework allowing to program callbacks on cron or run them in a given spooler with a given priority for example. For example right now on a betagouv project it logs the following when uWSGI starts: [uwsgi-signal] signum 1 registered (wid: 0 modifier1: 0 target: worker) [djcall] uwsgi.register_signal(1, mrsstat.models.Stat.objects.create_missing) [uwsgi-signal] signum 2 registered (wid: 0 modifier1: 0 target: worker) [djcall] uwsgi. Read More

Building better containers: A Survey of Container Build Tools

| by jpic | linux docker containers
Building Better Containers: A Survey of Container Build Tools [I] - Michael Ducy, Chef CNCF [Cloud Native Computing Foundation] Published on Dec 15, 2017 If you stick to the “industry standard” method of building containers (Dockerfiles), it’s easy to build containers that contain libraries, tools, binaries, and more that you don’t need. One survey showed that over 75% of containers contain a full Operating Systems. So how can you build containers that only contain the bits you require to run a particular application, and nothing more. Read More

Django-autocomplete-light 3.3.0 release

| by jpic | python django-autocomplete-light django
Changes since 3.3.0-rc6: - use admin statics - #981: create option behaviour - #995: automatically generated views for generic foreign key fields - Getting placeholder and minimumInputLength from dal select - #1017: Initial migrations and database - Turkish translation - Added support for forwarded fields to Select2GenericForeignKeyModelField Since 3.2.10: 3.3.0-rc6 #959: Django 2.0 widgets may load jQuery after dal #959 3.3.0-rc5 #895: Self() and JavaScript() forward features 3.3.0-rc4 #843: Forward logic refactored. Read More

yourlabs django uwsgi spooler

| by jpic | python django uwsgi django-uwsgi-spooler
https://github.com/yourlabs/django-uwsgi-spooler Finnaly a Django app to wrap around uWSGI’s builtin spooler ! I should have done this years ago, but I was expecting to make a boring module, it turned out a lot more exciting than expected ! First things first, django-uwsgi-spooler has only one expectation from your callbacks: be an importable function and take a task argument. The only other expectation is that you can use the Task model it provides, for example: Task(callback_name=‘yourmodule. Read More
Previous Page 10 of 32 Next Page

They trust us

Contact

logo