67 questions
Score of 0
0 answers
773 views
How to install Google Recaptcha v3 with Django CMS and Aldryn Forms
I am trying to get ReCaptcha v3 working for an aldryn form in django / djangocms.
Instead of the ReCaptcha riddle all I get is a "Recaptchafieldplugin 1*" on the site:
What am I missing? Am ...
Score of 0
1 answer
163 views
pip-reqs compile only resolves one github zip package from multiple
I have a requirements.in file that only installs one of the packages pointing to github zip URL.
This is how I reproduce the problem. Check out the cases. I always run pip-reqs compile.
requirements....
Score of 3
1 answer
625 views
Can TYPO3 run without local file storage for the typo3temp directory?
How should TYPO3 run on a Docker-based architecture such as Divio in which:
multiple containers run in parallel
are recycled without warning
have no shared local file storage
It seems that the ...
Score of 3
2 answers
586 views
Alternative for Aldryn-forms (Django-CMS)
Divio announced an end of support for Aldryn-forms at the end of September 2020. (http://support.divio.com/en/articles/3849075-essential-knowledge-django-addons-list).
I'm looking for add-on ...
Score of 0
1 answer
134 views
Setup Django-SHOP on Divio
Tell me, is it possible to install django-shop on Divio servers?
How can I do that?
I can’t imagine how this can be done, because the structure of files in divio is different from the structure of ...
Score of 0
1 answer
28 views
KeyError in pygit upon deploying on divio.com
Upon hitting the 'deploy' button on divio.com:
...
content = self[entry.id].read_raw() File
"/virtualenv/lib/python3.6/site-packages/pygit2/repository.py", line
131, in getitem raise KeyError(...
Score of 0
0 answers
140 views
Failing Docker install of Jupyter on Django
I'm following the recommended way to install jupyter on django by installing the following pip packages:
jupyter
ipython
django-extensions
As described here for example:
https://medium.com/ayuth/how-...
Score of 0
1 answer
2441 views
===== docker migrate release ===== [FATAL tini (8)] exec /app/migrate.sh failed: Permission denied
Successfully tagged app-registry-local.aldryn.net/agrowdevapi-test-37ae123fee35488aa7afaf88779408b0.2403de75863d452293464511e6f01f0d:rel-57c445067a40479da6af0e140792c18a
finished docker build
===== ...
Score of 2
1 answer
130 views
Importing existing blog posts into django-cms-blog
I am integrating an existing web-application into django-cms. So far, my application had a blog application not from django-cms, which currently contains several thousand blog-posts. Im trying to ...
Score of 0
2 answers
307 views
Divio ImportError: cannot import name 's3boto'
Recently I am getting the following error for my project. I changed nothing but suddenly this error appeared during deployment:
[0m[91m from storages.backends import s3boto
[0m[91mImportError: ...
Score of 1
2 answers
538 views
Divio App trouble to create project directory and clone repository
Please help I have trouble with Divio App trying to making it work.
When I press "set up project"
it gives me this
*
Creating workspace
cloning project repository
Cloning into '/c/Users/Ubisoft/...
Score of 0
1 answer
56 views
Divio Windows App hangs at Preparing Logs
I have installed the WIndows 10 Divio App as per the Divio Tutorial but when I select setup a project it hangs at Preparing logs... in the shell on the desktop and cannot see logs are anyway to ...
Score of 0
0 answers
121 views
Aldryn-Django Incompatibilities with Django Versions
I've been trying to setup the Divio Cli environment this morning for my project and I do seem to be having so many issues, which is getting quite annoying. First my pip broke, both versions original ...
Score of 1
0 answers
261 views
App Configure - Module, not configured correctly? Help Divio
I'm using the Divio Platform to deploy a simple Django application and no matter i've done with this namespace, it's throwing an error.
I have tried adding an init.py file in the folder, as well as ...
Score of 1
1 answer
82 views
Setup of the Divio CMS Repositories
The Divio Django CMS offers two servers: TEST and LIVE. Are these also two separate repositories? Or how is this done in the background?
I'm wondering because I would have the feeling the LIVE server ...