Django Df Documents 0.0.3 | Coderz Repository

django-df-documents 0.0.3

Last updated:

0 purchases

django-df-documents 0.0.3 Image
django-df-documents 0.0.3 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.