Django DF Documents
Project description
Django DF Documents
Module for serving markdown documents
Installation:
- Install the package
pip install django-df-documents
- Include default
INSTALLED_APPS
fromdf_documents.defaults
to yoursettings.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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-df-documents-0.0.3.tar.gz
.
File metadata
- Download URL: django-df-documents-0.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a096a88e9c6dbcbf674dd010275a05c22cbf983a13298b6b4c10509ca2f9ab |
|
MD5 | 7f560bb6bf49e66e3dbfd70285c65ed7 |
|
BLAKE2b-256 | 718567e72a0ba1d135ddbaf6d4af8c8ed77e15c92ed492faa3b0e60a864cbff0 |
File details
Details for the file django_df_documents-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_df_documents-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4844c75eebe89ebaf5896470d42c10ef85b20b4901a505f71d3f1d5d9a151a6 |
|
MD5 | 66ac0b5336ed442bf28ef5026c440a9d |
|
BLAKE2b-256 | 902dd78a5aaf2ac25e3c67e1d31a0ac42c787230dd497da4be09adf9ae1df1c0 |