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
2
votes
1 answer

Django-cms aldryn forms

I'm following this tutorial (https://www.django-cms.org/en/blog/2016/02/27/build-a-website-without-knowing-python-django-part-six/) to create custom forms with aldryn-forms but this tutorial, I believe, was made for django-cms.org online service and…
Miguel Rosales
  • 769
  • 4
  • 13
  • 29
2
votes
2 answers

DjangoCMS with Aldryn Newsblog urls clash - issue adding new non-blog pages

I am using Aldryn Newsblog and Aldryn FAQ in my DjangoCMS project. When trying to add a new page that is not a blog page, but just a normal CMS page, I get the following error: Seems like Aldryn Newsblog rewrites the urls and sets itself as the…
dmk12
  • 409
  • 3
  • 16
1
vote
2 answers

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/Documents/iloveit'... Bad owner or permissions on…
1
vote
0 answers

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 out of the folder and i'm quite confused to be…
1
vote
1 answer

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 is its own repository that just pulls from the…
TMOTTM
  • 3,286
  • 6
  • 32
  • 63
1
vote
1 answer

Divio Cloud deployment error: ENOGIT git is not installed or not in the PATH

I updated all my add ons and Python version at the Divio Control Dashboard to the recommended versions and after that I can't deploy my project. The error message is: ---> Running in fb3fc5000391 [91mbower bootstrap-sass-official#3.3.5 …
1
vote
1 answer

Divio application freezes and stops working

I have installed the Divio app on Windows 10 according to the documentation. The app appears to start well, but when I select a project and hit Set-up project, logs are displayed, but then the application appears to freeze. I am running the app as…
1
vote
1 answer

How to debug problems with the Divio app?

I am trying to set up the Divio app on Win10 Pro. I can launch the application, log in, select the workspace folder for my project, so the required dependencies should be fine. However when I click on "Set up my project", then a new window is opened…
Zorgmorduk
  • 1,265
  • 2
  • 16
  • 32
1
vote
1 answer

How can I replace a stylesheet in a Divio Cloud project?

I successfully set up the Cloud project locally in Windows. After having fixed the main.css for responsive behaviour, I need to copy this main.css back to the Cloud. How can I deploy this in the Powershell? Is there a cp (copy) command? How do I…
user2500308
  • 69
  • 10
1
vote
1 answer

Cannot setup Local Server via Divio Desktop App – "Service "web" failed to build

While setting up for local development with "Python 3.5.x", "Wagtail" & "Blank Boilerplate" – The console returns an error I'ved checked that docker command works, just not sure why I get the above error message. Running Mac OS X Mojave…
Tsuki
  • 13
  • 2
1
vote
1 answer

I have not changed requirements in my Divio project, so why does the build fail with a dependency conflict?

The last time I deployed the project, the build worked perfectly. In the meantime I have changed nothing that would affect the pip requirements, yet I get an error when building: Could not find a version that matches…
Daniele Procida
  • 1,477
  • 10
  • 27
1
vote
1 answer

Django Haystack override class's index_queryset in subclass

I'm using Django Haystack (with Aldryn Search) to search content on a client site. However, we need to modify the Articles indexed from the Aldryn NewsBlog plugin - Articles assigned to the Intranet Section should not be indexed. So I made a…
pinksharpii
  • 527
  • 1
  • 8
  • 18
1
vote
1 answer

How can I use pip to install Python packages into my Divio Docker project?

I'm used to using pip to install Python packages into my Django projects' virtual environments. When I am working with a Divio Docker project locally, this does not work.
Daniele Procida
  • 1,477
  • 10
  • 27
1
vote
1 answer

DjangoCMS - Adding a custom field to Aldryn Category

I'm working with Aldryn NewsBlog and Aldryn Categories apps in DjangoCMS and want to add a Category Image field to the Category model and I'm getting confused as to how to make the field show up in the admin panel. All the SO articles I'm finding…
pinksharpii
  • 527
  • 1
  • 8
  • 18
1
vote
1 answer

aldryn-newsblog view permissions

I'm sure I'm missing something very basic here, but I've not been able to find the answer. I have a DjanoCMS website the uses aldryn-newsblog. I've created a few pages and articles within those pages. All works great as long as I'm logged in as…
Jpb
  • 45
  • 6