Re: Celery Working Limitations Updates

2024-08-23 Thread quest...@gmail.com
Huey used to work in Windows just fine. On Thursday, August 22, 2024 at 5:13:49 PM UTC+3 Muhammad Shariq Shafiq wrote: > Hello Dear Django Team > > Last month, I tried to do some task of django which primarily based on > scheduling of accessibility with time and role based authnetications > >

Re: collectstatic command should output minified files

2020-12-22 Thread quest...@gmail.com
There is CSS / Javascript merge and compress package for Python: https://github.com/miracle2k/webassets which supports Django, Flask, Pyramid. See also: https://www.slideshare.net/__amol__/pyconit7-dukpy-webassets-free-yourself-from-nodejs-chains https://pypi.org/project/dukpy/ https://gist.github

Re: Developing an SPA version of Django admin

2021-10-16 Thread quest...@gmail.com
I have project similar to Django admin, implemented with Knockout.js: https://github.com/Dmitri-Sintsov/django-jinja-knockout Today probably it would be preferable to use "vanilla ES6" or Svelte, because these options would minimize the dependence on third party libraries and bundlers, it would