{"id":47794626,"url":"https://github.com/django-cms/django-cms.org","last_synced_at":"2026-04-03T16:08:41.581Z","repository":{"id":322899769,"uuid":"700990408","full_name":"django-cms/django-cms.org","owner":"django-cms","description":"django-cms.org","archived":false,"fork":false,"pushed_at":"2026-03-24T07:47:12.000Z","size":1617,"stargazers_count":1,"open_issues_count":20,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-25T09:09:09.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.django-cms.org","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-cms.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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":"authors/__init__.py","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-05T17:25:59.000Z","updated_at":"2026-03-23T11:14:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/django-cms/django-cms.org","commit_stats":null,"previous_names":["django-cms/django-cms.org"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/django-cms/django-cms.org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjango-cms.org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjango-cms.org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjango-cms.org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjango-cms.org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-cms","download_url":"https://codeload.github.com/django-cms/django-cms.org/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjango-cms.org/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31362714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T15:19:21.178Z","status":"ssl_error","status_checked_at":"2026-04-03T15:19:20.670Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-04-03T16:08:39.132Z","updated_at":"2026-04-03T16:08:41.572Z","avatar_url":"https://github.com/django-cms.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-cms.org\n==============\n\nThis repository contains the source code for the official `django-cms.org` website.\n\nOverview\n--------\n\nThe site is built using the `django-cms-quickstarter` project as its foundation, providing a modern and maintainable setup for running the django CMS-powered website.\n\nFeatures\n--------\n\n- Powered by [django CMS](https://www.django-cms.org/)\n- Based on the [django-cms-quickstarter](https://github.com/django-cms/django-cms-quickstarter) template\n- Modular and extensible project structure\n- Easily customizable for content and design\n- Custom `cms_theme` app containing website design files and custom djangocms-frontend components\n\nGetting Started\n---------------\n\nPrerequisites\n~~~~~~~~~~~~~\n\nYou need to have Docker installed on your system to run this project.\n\n- `Install Docker \u003chttps://docs.docker.com/engine/install/\u003e`_ here\n- If you have not used Docker in the past, please read this `introduction on Docker \u003chttps://docs.docker.com/get-started/\u003e`_\n\nLocal Development Setup\n~~~~~~~~~~~~~~~~~~~~~~~\n\n1. Clone this repository:\n\n  .. code-block:: bash\n\n    git clone https://github.com/django-cms/django-cms.org.git\n    cd django-cms.org\n\n2. Build and start the project using Docker Compose:\n\n  .. code-block:: bash\n\n    docker compose build web\n    docker compose up -d database_default\n    docker compose run web python manage.py migrate\n    docker compose run web python manage.py createsuperuser\n    docker compose up -d\n\n3. Open your browser and navigate to:\n\n   http://django-cms.org.127.0.0.1.nip.io:8000 (or just http://127.0.0.1:8000)\n\n\nContributing\n------------\n\nContributions are welcome! Please open issues or pull requests for improvements or bug fixes.\n\nLicense\n-------\n\nThis project is licensed under the terms of the MIT License.\n\nFrontend Development\n--------------------\n\nThis project uses Bootstrap SCSS and Gulp for frontend asset compilation. For detailed information about the frontend development workflow, including:\n\n- SCSS architecture and file structure\n- Bootstrap customization\n- Gulp task configuration\n- Development and production builds\n- File watching\n\nPlease refer to the comprehensive guide:\n\n📖 **[Frontend Development Guide](docs/frontend_development_guide.rst)**\n\nQuick Start\n~~~~~~~~~~~\n\nInstall dependencies and start development:\n\n.. code-block:: bash\n\n   npm install\n   npm run dev\n\nBuild for production:\n\n.. code-block:: bash\n\n   npm run build\n\nCustom Author Model\n-------------------\n\nThe ``authors`` app provides a custom **AuthorProfile** model for blog posts, replacing the default Django user selection in djangocms-stories. It includes translatable fields (role, bio), a profile photo, and social media links with support for URLs, email, and phone numbers.\n\nPlease refer to the full documentation:\n\n📖 **`Custom Author Model Guide \u003cdocs/author-custom-model.rst\u003e`_**\n\nMega Menu Setup\n---------------\n\nThis project includes a powerful mega menu system that allows you to create rich, customizable navigation dropdowns using django CMS pages and djangocms-alias. For detailed information about:\n\n- Setting up parent pages with reverse IDs\n- Creating mega menu aliases\n- Customizing mega menu layouts\n- Styling and responsive behavior\n- Troubleshooting\n\nPlease refer to the comprehensive guide:\n\n📖 **[Mega Menu Setup Guide](docs/mega-menu-setup.rst)**\n\nQuick Overview\n~~~~~~~~~~~~~~\n\n1. Set a **Reverse ID** on your parent page (e.g., ``about``)\n2. Create an **Alias** named ``mega-menu-[reverse-id]`` (e.g., ``mega-menu-about``)\n3. Add content plugins to your alias\n4. Publish and enjoy your mega menu!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjango-cms.org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-cms%2Fdjango-cms.org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjango-cms.org/lists"}