Questions tagged [divio]

Divio is a Docker-based Platform-as-a-Service for developing and hosting Python and Django web projects. It provides various software tools, including a Divio CLI and a number of open-source packages used in the configuration of Django projects. Questions related to programming and development issues using Divio should be given this tag.

Divio is a Docker-based Platform-as-a-Service for developing and hosting Python and Django web projects. It provides various software tools, including a Divio CLI and a number of open-source packages used in the configuration of Django projects.

The tag is intended to help developers who have questions or are experiencing problems that don't have an obvious answer in the official Divio documentation, or who have a more specific issue than the documentation is able to cover.

Questions suited to this tag

Questions about:

  • working with open-source packages that contain Divio-specific code
  • developing code for hosting on the Divio platform
  • migrating project code to (or from) the Divio platform
  • adapting existing Python/Django applications to the platform
  • using Divio-related programming tools such as the Divio CLI
  • Docker-related issues when using the platform or tools
  • troubleshooting programming issues when working with Divio projects

are all suitable for tagging with .

Divio is also involved in the development of a number of well-known open-source Django applications, most notably django CMS. Questions about these should not automatically be tagged , except insofar as the question is also about usage on the Divio platform. More suitable tags already exist, for example for and [tag: django-filer].

For example, the package Aldryn News and Blog is a fairly standard Django application. A question about how to extend one of its models would simply be a Django-related question, with no specific relevance to Divio.

However, a question about its aldryn-config.py file, which is used specifically for configuration on the Divio platform, is relevant to .

Useful links

Divio Developer handbook

67 questions
5
votes
3 answers

How to add a Python module to a docker container?

I created a Boilerplate project from the Divio Django project template: (Python 3.6, Django CMS, HTML 5) Checking out the repository returns a couple of files, among which are a docker-compose and a dockerfile. Docker-compose: version:…
TMOTTM
  • 3,286
  • 6
  • 32
  • 63
5
votes
2 answers

Divio Cloud local Docker database connection

I am a noob and I am trying to create a website following the tutorial from this guy: http://support.divio.com/academy/basic-how-to-build-a-website-and-blog-with-django-cms-60-minutes/introduction. It looks like I am stack at the part which I setup…
4
votes
1 answer

Django settings not found when trying to deploy

I have my Django app settings in a folder within the app folder with an init.py and this works fine on my current VPS server, Pycharm development and in the Divio local development environment. However, when I try and deploy this to Divio staging I…
GrahamJ
  • 528
  • 4
  • 15
4
votes
1 answer

Python console within Pycharm in a Ubuntu Virtualbox fails to connect

I'm using Aldryns environment to develop a django-cms site. I'm on windows 10, which isn't perfect, so I created a virtual machine Ubuntu 16.04 with Virtualbox. Within the VM, I installed Pycharm 2016.1.3. Aldryn support (who are tireless) helped me…
Hans
  • 101
  • 7
3
votes
1 answer

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 requirement to write to typo3temp (and to some other…
Daniele Procida
  • 1,477
  • 10
  • 27
3
votes
1 answer

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 alternatives for Aldryn-forms that can work with the…
3
votes
2 answers

Reverse for 'filer_folder_changelist' not found

I am deploying site to divio server with django and django-cms. I do R&D but not found much information about this. Facing Error: Reverse for 'filer_folder_changelist' not found. 'filer_folder_changelist' is not a valid view function or pattern…
3
votes
1 answer

Deploying static files for a Wagtail application on Divio

I'm struggling to understand how I can implement my static files live. This is my first project I'm trying to deploy so it's possible I've missed something, and I'm finding it hard to understand which documentation is best to follow here - Wagtail,…
nattog
  • 81
  • 3
3
votes
1 answer

Django CMS: Update from aldryn-blog to aldryn-newsblog

The Django CMS app Aldryn blog is deprecated since 2015, and replaced by Aldryn newsblog. What is the optimal way to update from aldryn-blog to aldryn-newsblog (Django 1.6.11 compatible)? The ultimate goal is to be able to update our Django system…
elke
  • 1,220
  • 2
  • 12
  • 24
3
votes
1 answer

aldryn hello world issue

I'm teaching myself how to use Aldryn to host a django-cms website. I've been working though the application development tutorial on the readthedocs site and I've gotten almost all the way to the end. When I run aldryn project up I get an error that…
Anthony Ainsworth
  • 917
  • 1
  • 7
  • 9
2
votes
1 answer

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 import them into the django-cms-blog…
2
votes
1 answer

Configuring multilingual content in django-cms site; list_display issue

I am trying to add multilingual support for a django-cms site on the divio platform. I believe the relevant divio docs are outdated, in that there no longer exists a "General Settings" link in the sidebar to add Languages via the divio web interface…
fekioh
  • 894
  • 2
  • 9
  • 22
2
votes
1 answer

The Divio app or CLI "doctor" reports a DNS failure

The Divio app shows an error when setting up the local Docker container because (according to 'divio doctor') DNS resolution inside Docker doesn't work. I've setup an Ubuntu 18.1 VBox VM on a W10 host to serve as a Divio local development box. DNS…
2
votes
2 answers

Divio Live server not serving the static files when DEBUG=False

I am running a website in Divio Cloud. My Test server serves the static files fine but my Live server gives 404. When I switch DEBUG to True on the Live server it starts serving the static files fine. When the Live server starts, it has this in the…
Juho Rutila
  • 2,316
  • 1
  • 25
  • 40
2
votes
1 answer

local server error in divio app installation django-cms

I am trying to install DIVIO app , and when I try to set it up this is the error i received: New version 3.3.2 is available. Type `divio version` to show information about upgrading. Usage: divio project setup [OPTIONS] SLUG Error: Invalid value…
1
2 3 4 5