Andrea Casini

Results 7 issues of Andrea Casini

The dependencies listed in the `dockerfile`: ``` DEPS=' \ bash \ gettext \ libcairo2 \ libffi-dev \ libpango1.0-0 \ libpangoft2-1.0-0 \ libgdk-pixbuf2.0-0 \ libxml2-dev \ libxslt1-dev \ shared-mime-info \ fontconfig...

It looks like you can't use the `with` statement when including the `page_template` in order to use AJAX. It gives `VariableDoesNotExist` error when making the AJAX call for another page.

Not sure if it's worth opening an issue for this... Anyway.. with Webpack 5.23.0 I get this DeprecationWarning: ``` (node:98245) [DEP_WEBPACK_COMPILATION_AFTER_OPTIMIZE_CHUNK_ASSETS] DeprecationWarning: afterOptimizeChunkAssets is deprecated (use Compilation.hook.processAssets instead and use...

It would be nice to have a package or something that puts the website in maintenance mode. Some good choices that I found are: 1. https://github.com/fabiocaccamo/django-maintenance-mode (at application level) 2....

enhancement

It would be really nice if we could schedule the frequency of database backups. At the moment we have to run manually (and locally) the `docker-compose`command to backup Postgres.

docker

The chunks resulting from a dynamic import are incorrectly loaded into the page. Their path is relative to the page thus causing 404 errors. To solve this I try to...

bug
question

Django 3 has start the road to asynchrony. I am kind of confused about the future of this (great) library and how it will play along with Django 3. Is...

documentation