speendo
speendo
I tried it out myself, the project also works with the LilyPad based on the ATTiny85. For future readers: if you have problems flashing the firmware on you ATTiny85, make...
Just got in some trouble to update my Docker image because `--django-version 3.2` is not supported... https://github.com/speendo/djangocms-postgres-docker
First I tried to run the installer without specifying the django version: djangocms --db postgres://djangocms_db_user:djangocms_db@db:5432/djangocms_db --no-deps --i18n yes --use-tz yes --permissions yes --languages de --languages en --bootstrap yes --starting-page no...
I don't want to rush anybody, but are there plans or a road map until when the installer will be updated to django-cms 3.9? I find the installer to be...
oh that's surprising as bootstrap 5 has just been released. Is it unpolite to ask why there are no plans to follow this step with djangocms?
@crydotsnake I'd be happy to help although my abilities and time is/are limited. But you can count on me for smaller tasks.
To overcome possible ressource conflicts, the method mentioned here might be useful: https://github.com/mkuf/prind/issues/7 However, this is still untested.
yes, it seems to be a problem with websockets - I get a `400 - Bad request`. I made a docker-compose file that looks like this: version: '3' volumes: inbucket_config:...
Hmmm, doesn't work here... Docker version 17.12.0-ce, build c97c6d6 docker-compose version 1.18.0, build 8dd22a9 On Debian stable, these seem to be the most recent versions
Sorry for my late reply. I further investigated this issue. The monitor on the monitor site works. So does the monitor on my installation, when I access it over the...