https://github.com/nephila/djangocms-blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://github.com/nephila/djangocms-blog
blog django django-blog django-cms hacktoberfest metatags python seo-meta seo-optimization social-network
Last synced: 8 days ago
JSON representation
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
- Host: GitHub
- URL: https://github.com/nephila/djangocms-blog
- Owner: nephila
- License: bsd-3-clause
- Created: 2014-01-06T09:30:40.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-13T21:46:33.000Z (11 months ago)
- Last Synced: 2024-05-13T22:47:30.688Z (11 months ago)
- Topics: blog, django, django-blog, django-cms, hacktoberfest, metatags, python, seo-meta, seo-optimization, social-network
- Language: Python
- Homepage: https://djangocms-blog.readthedocs.io
- Size: 2.67 MB
- Stars: 384
- Watchers: 26
- Forks: 191
- Open Issues: 58
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-django-cms - djangocms-blog
README
==============
djangocms-blog
==============|Gitter| |PyPiVersion| |PyVersion| |GAStatus| |TestCoverage| |CodeClimate| |License|
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks.
Supported Django versions:
* Django 3.2 - 4.2
Supported django CMS versions:
* django CMS 3.9 - 3.11+
************
Installation
************See `installation documentation`_
********
Features
********See `features documentation`_ for all the features details
* Support for `django-app-enabler`_ autoconfiguration.
* Placeholder content editing
* Frontend editing using django CMS frontend editor
* Multilingual support using django-parler
* Twitter cards, Open Graph and Google+ snippets meta tags
* Optional simpler TextField-based content editing
* Multisite (posts can be visible in one or more Django sites on the same project)
* Per-Apphook configuration
* Configurable permalinks
* Configurable django CMS menu
* Per-Apphook templates set
* Auto Apphook setup
* Django sitemap framework
* django CMS Wizard integration
* Desktop notifications
* Liveblog*****************************
Known djangocms-blog websites
*****************************See DjangoPackages for an updated list https://www.djangopackages.com/packages/p/djangocms-blog/
.. _features documentation: http://djangocms-blog.readthedocs.io/en/latest/features/
.. _installation documentation: http://djangocms-blog.readthedocs.io/en/latest/installation.html
.. _permalinks: http://djangocms-blog.readthedocs.io/en/latest/features/permalinks.html
.. _cmsplugin-filer migration documentation: http://djangocms-blog.readthedocs.io/en/latest/cmsplugin_filer.html
.. _django-app-enabler: https://github.com/nephila/django-app-enabler.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square
:target: https://gitter.im/nephila/applications
:alt: Join the Gitter chat.. |PyPiVersion| image:: https://img.shields.io/pypi/v/djangocms-blog.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-blog
:alt: Latest PyPI version.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/djangocms-blog.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-blog
:alt: Python versions.. |GAStatus| image:: https://github.com/nephila/djangocms-blog/workflows/Tox%20tests/badge.svg
:target: https://github.com/nephila/djangocms-blog
:alt: Latest CI build status.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/djangocms-blog/master.svg?style=flat-square
:target: https://coveralls.io/r/nephila/djangocms-blog?branch=master
:alt: Test coverage.. |License| image:: https://img.shields.io/github/license/nephila/djangocms-blog.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-blog/
:alt: License.. |CodeClimate| image:: https://codeclimate.com/github/nephila/djangocms-blog/badges/gpa.svg?style=flat-square
:target: https://codeclimate.com/github/nephila/djangocms-blog
:alt: Code Climate