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

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 investigate this. I have tried the solution in this…
ra67052
  • 449
  • 2
  • 4
  • 15
0
votes
0 answers

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 and pip3. Now finally at least got pip back on to…
0
votes
1 answer

How do I connect to the Divio postgres database with local PgAdmin?

I am trying to connect with PgAdmin to the local Divio database in the container but PgAdmin 4 will not let me connect without a password. The Divio Postgres database seems to come without a password. Has anyone got round this?
GrahamJ
  • 528
  • 4
  • 15
0
votes
1 answer

Divio app docker server connection stuck at "installing"

I have a problem with my divio app. setting up my divio application for the first time, I managed to get a check mark for "docker client", "docker compose", "docker machine" and "virtual box" by installing docker toolbox, however, when trying to…
0
votes
1 answer

How can I deploy my .vimrc on Divio-Cloud to use with a ssh connection?

I want to make some changes on my project with vim through a ssh-connection to Divio-Cloud. How can I deploy my .vimrc to be used by the Vim on Divio-Cloud. Till now it just uses a bare-bonded version without code-highlighting etc.
didierCH
  • 378
  • 2
  • 17
0
votes
1 answer

How can I define additional services in a Divio Cloud project using docker-compose?

I defined an additional service in my docker-compose.yml file in my Divio Cloud project. Locally, it works just as expected. As well as the default web and db containers, I get my new container. However, when I push this configuration to the Divio…
Daniele Procida
  • 1,477
  • 10
  • 27
0
votes
2 answers

Aldryn article meta options not appearing in webpage page source

I am using Aldryn Newsblog for article management on a website built on Django CMS. Aldryn allows us to add meta options to each article, please refer to picture. My inputs for meta title and meta description are not showing in the webpage page…
hzh
  • 41
  • 1
  • 6
0
votes
0 answers

want to customise django cms forms using custom styling

I'm following this tutorial (https://pypi.python.org/pypi/djangocms-forms/) to create custom forms with django-forms in this tutorial, Essentially, I want to know how to define my own "FORM TEMPLATE" for this plugin.I want to include my own styling…
Piyush Sahu
  • 802
  • 7
  • 10
0
votes
1 answer

Listing Tags of a Post in Django CMS and Aldryn NewsBlog

I am trying to figure out how to display tags belonging to an article created within Aldryn NewsBlog plugin. Unfortunately, I cannot find any documentation on how do it. I was able to display categories using the following code.
MadPhysicist
  • 5,401
  • 11
  • 42
  • 107
0
votes
1 answer

How to deploy existing application to the Divio Cloud

I have django-cms application and I want to deploy it to the Divio cloud and really can't understand from the docs how to do it. I understand how to start new application using divio cli but not how to deploy existing.
vZ10
  • 2,468
  • 2
  • 23
  • 33
0
votes
1 answer

'content' cannot be specified for Article model form as it is a non-editable field

I am currently upgrading a Django 1.9 site to use Django 1.10. I would love to upgrade to Django 1.11, but some of the packages the site uses do not yet support it. Either way, I am getting the following error when I go to…
MadPhysicist
  • 5,401
  • 11
  • 42
  • 107
0
votes
1 answer

Django CMS Aldryn NewsBlog delete Articles from the frontend

I'm trying to get the standard Aldryn Newsblog Buttons working in my Frontend Page. So every User can Add, Delete and Edit Articles(only the articles they created themselves but that's not the question). This is the Menu with the links: Menu in the…
kaufi02
  • 1
  • 1
  • 2
0
votes
0 answers

Why do I get KeyError: "MIGRATION_COMMANDS" when I upload my project to Divio Server?

I would like to know why I can't deploy my Django project in a Divio Server, since I get the error: File "/virtualenv/lib/python3.5/site-packages/aldryn_djang/cli.py",line 51, in migrate cmds = ctx_obj['settings']['MIGRATION_COMMANDS'] KeyError:…
0
votes
1 answer

How to rebuild_index in Django Haystack

I'm using Aldryn Search - a plugin for Django CMS that uses Haystack. I've read both documenations up and down and I don't understand how to properly run manage.py rebuild_index. If I run it as normal I get: SolrError: Failed to connect to server…
pinksharpii
  • 527
  • 1
  • 8
  • 18
0
votes
1 answer

Create a custom aldryn_forms plugin

First of all, aldyn_forms is great for my users. Now I would like to add a custom "range" element for Django CMS (). I tried the following, but it does not render the element. What am I doing wrong? cms_plugins.py: from…
www.data-blogger.com
  • 4,076
  • 7
  • 43
  • 65