Metadata-Version: 2.1
Name: django-blog-lotus
Version: 0.5.2
Summary: A weblog application with Django.
Home-page: https://github.com/emencia/django-blog-lotus
Author: Emencia
Author-email: support@emencia.com
License: MIT
Project-URL: Source Code, https://github.com/emencia/django-blog-lotus
Project-URL: Issue Tracker, https://github.com/emencia/django-blog-lotus/issues
Project-URL: Changelog, https://django-blog-lotus.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://django-blog-lotus.readthedocs.io/
Keywords: Python Django Blog
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Description-Content-Type: text/x-rst
Provides-Extra: breadcrumbs
Provides-Extra: dev
Provides-Extra: quality
Provides-Extra: doc
License-File: LICENCE.txt

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _django-ckeditor: https://github.com/django-ckeditor/django-ckeditor
.. _django-view-breadcrumbs: https://github.com/tj-django/django-view-breadcrumbs
.. _django-smart-media: https://github.com/sveetch/django-smart-media
.. _django-taggit: https://github.com/jazzband/django-taggit


=================
Django Blog Lotus
=================

A Django weblog application with builtin multilingual content and inspired from
deceased Zinnia weblog.

Features
********

* Multilingual articles and categories;
* Tags for Articles;
* Featuring, pinning, private and draft modes;
* Configured CKEditor to write rich text in admin;
* Preview mode for admins;
* Publishing date and publishing end date;
* Included image thumbnailing;
* SVG soft support in image fields;
* Full test coverage;


Dependancies
************

* `Python`_>=3.8;
* `Django`_>=3.2;
* `django-ckeditor`_>=6.0.0;
* `django-view-breadcrumbs`_>=2.2.1 (optional);
* `django-smart-media`_;
* `django-taggit`_>=3.1.0;


Links
*****

* Read the documentation on `Read the docs <https://django-blog-lotus.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/django-blog-lotus>`_;
* Clone it on its `Github repository <https://github.com/emencia/django-blog-lotus>`_;
