Metadata-Version: 2.1
Name: django-blog-lotus
Version: 0.8.0
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 :: 5 - Production/Stable
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
Classifier: Framework :: Django :: 4.2
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django<5.0,>=3.2
Requires-Dist: django-ckeditor>=6.0.0
Requires-Dist: django-taggit<5.0.0
Requires-Dist: django-autocomplete-light>=3.9.7
Requires-Dist: django-smart-media>=0.2.2
Provides-Extra: api
Requires-Dist: djangorestframework>=3.14.0; extra == "api"
Provides-Extra: breadcrumbs
Requires-Dist: django-view-breadcrumbs>=2.2.4; extra == "breadcrumbs"
Provides-Extra: dev
Requires-Dist: pillow>=8.0.0; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: factory-boy; extra == "dev"
Requires-Dist: pyquery; extra == "dev"
Requires-Dist: freezegun; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8; extra == "quality"
Requires-Dist: twine; extra == "quality"
Requires-Dist: tox; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo==2023.7.26; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload; extra == "doc-live"

.. _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
.. _djangorestframework: https://www.django-rest-framework.org/


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

A Django weblog application with builtin multilingual content and some other features.


Features
********

* Multilingual articles and categories (but still compatible with single language site);
* Categories, albums and tags for Articles;
* Featuring, pinning, private and draft modes;
* Configured `CKEditor <https://ckeditor.com/ckeditor-4/>`_ 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;
* Optional API with `djangorestframework`_;
* Optional Breadcrumbs with `django-view-breadcrumbs`_;
* Full test coverage;


Dependencies
************

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


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>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.
