{"id":15024423,"url":"https://github.com/divio/aldryn-django-cms","last_synced_at":"2025-04-12T06:30:56.947Z","repository":{"id":1209238,"uuid":"41516688","full_name":"divio/aldryn-django-cms","owner":"divio","description":"An opinionated django CMS setup bundled as an Divio Cloud addon","archived":false,"fork":false,"pushed_at":"2025-03-13T14:22:00.000Z","size":333,"stargazers_count":5,"open_issues_count":0,"forks_count":12,"subscribers_count":16,"default_branch":"support/4.1.x","last_synced_at":"2025-04-10T12:43:00.821Z","etag":null,"topics":["addon","cloud","divio","django","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"https://www.divio.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-27T23:40:57.000Z","updated_at":"2025-03-13T14:22:04.000Z","dependencies_parsed_at":"2024-02-14T09:37:36.250Z","dependency_job_id":"22cf2028-ddb5-470b-b540-486b6df7578d","html_url":"https://github.com/divio/aldryn-django-cms","commit_stats":{"total_commits":254,"total_committers":14,"mean_commits":"18.142857142857142","dds":0.7401574803149606,"last_synced_commit":"08cb748097c6e281c172d17f09659c23af143e1e"},"previous_names":["aldryn/aldryn-django-cms"],"tags_count":187,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Faldryn-django-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Faldryn-django-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Faldryn-django-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Faldryn-django-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divio","download_url":"https://codeload.github.com/divio/aldryn-django-cms/tar.gz/refs/heads/support/4.1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529327,"owners_count":21119490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","cloud","divio","django","hacktoberfest","python"],"created_at":"2024-09-24T20:00:20.452Z","updated_at":"2025-04-12T06:30:56.609Z","avatar_url":"https://github.com/divio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\nAldryn django CMS\n=================\n\n|build| |coverage|\n\nAldryn django CMS is an opinionated django CMS setup bundled as an Aldryn addon for the\n`Divio Cloud \u003chttps://docs.divio.com\u003e`_.\n\n`Aldryn addons \u003chttps://docs.divio.com/en/latest/background/addons-basics/\u003e`_ are\nwrappers around Python packages, that take care of their installation and configuration.\n\nPython/Django compatibility\n===========================\n\nThis version of Aldryn django CMS installs |djangocms| and is compatible with:\n\n|python| |django|\n\n\nGet started\n===========\n\nSee the `Divio Developer Handbook \u003chttps://docs.divio.com\u003e`_ for general information on using the platform. Start with\nthe `tutorial \u003chttps://docs.divio.com/introduction\u003e`_ if this is new to you.\n\n\nRecommended\n-----------\n\nTo use Aldryn django CMS, create a new Aldryn **django CMS** project on `the Divio Control Panel\n\u003chttps://control.divio.com\u003e`_. This project type includes Aldryn django CMS along with some additional packages in\norder to set up a ready-to-go project. The additional packages include Django Filer, a default set of plugins, Django\nParler and others.\n\nAlternative option\n------------------\n\nAlternatively, you can install Aldryn django CMS in an Aldryn Divio Django project, but in this case, you will need\nto install Django Filer and other components included in the Divio django CMS base project yourself.\n\n\nHow to\n=================\n\nContribute\n----------\n\nThis is a an open-source project. We'd be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n\u003chttp://docs.django-cms.org/en/latest/contributing/index.html\u003e`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors \u003chttps://github.com/divio/aldryn-django-cms/graphs/contributors\u003e`_\nsection.\n\n\nRun tests\n-------------\n\nRun tests by executing::\n\n    virtualenv env\n    source env/bin/activate\n    pip install -r tests/requirements.txt\n    python setup.py test\n\n\nRelease a new version\n---------------------\n\nEach Aldryn django CMS release uses the version number of the corresponding django CMS release, with an extra number\n(starting with ``0``) to indicate the version of Aldryn django CMS for that release. So for example version ``3.7.4.2``\nof Aldryn django CMS is the *third* Aldryn django CMS version that installs django CMS 3.7.4.\n\nRepeat the following until you are satisfied that the Addon works as expected:\n\n#.  Ensure that you are working in a clean local directory, and that no unwanted compiled or other files are present.\n#.  Update the ``CHANGELOG.rst`` as and if required.\n#.  Update the version number in ``__init__.py`` and ``setup.py``.\n#.  Use the Divio CLI to verify and upload the addon (see `How to update an existing addon\n    \u003chttps://docs.divio.com/en/latest/how-to/addon-update-existing/\u003e`_ to the the *Alpha* channel.\n#.  Test the Addon on the Divio platform.\n\nOnce satisfied:\n\n#.  Push to Git, make a pull request, ask for a review, obtain approval, squash and merge.\n#.  Tag with the version number.\n#.  Move the release to the *Beta* or *Stable* channel as appropriate, and add a note to the Changelog field,\n    on Divio.\n#.  Notify the team via Slack.\n\n\n.. |build| image:: https://github.com/divio/aldryn-django-cms/actions/workflows/default.yml/badge.svg?branch=support/4.1.x\n    :target: https://github.com/divio/aldryn-django-cms/actions\n.. |coverage| image:: https://codecov.io/gh/divio/aldryn-django-cms/branch/support/4.1.x/graph/badge.svg\n    :target: https://codecov.io/gh/divio/aldryn-django-cms\n\n.. |python| image:: https://img.shields.io/badge/python-3.9%20%7C%C2%A03.10%20%7C%C2%A03.11%20%7C%C2%A03.12-blue.svg\n    :target: https://pypi.org/project/aldryn-django-cms/\n.. |django| image:: https://img.shields.io/badge/django-3.2%20%7C%204.1%20%7C%C2%A04.2-blue.svg\n    :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-4.1-blue.svg\n    :target: https://www.django-cms.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Faldryn-django-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivio%2Faldryn-django-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Faldryn-django-cms/lists"}