django-df-documents 0.0.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodfdocuments 0.0.3

Django DF Documents
Module for serving markdown documents
Installation:

Install the package

pip install django-df-documents


Include default INSTALLED_APPS from df_documents.defaults to your settings.py

from df_documents.defaults import DF_DOCUMENTS_INSTALLED_APPS

INSTALLED_APPS = [
...
*DF_DOCUMENTS_INSTALLED_APPS,
...
]

Development
Installing dev requirements:
pip install -e .[test]

Installing pre-commit hook:
pre-commit install

Running tests:
pytest

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.