forked from GithubBackups/healthchecks
408 B
408 B
Contributing
Dependencies
On Debian:
sudo apt install libpq-dev
pip3 install -r requirements.txt
pip3 install markdown django
Adding Documentation
- Create the appropriate markdown page under
templates/docs
- Add the page to
/templates/front/base_docs.html
- Generate the HTML assets with
python3 manage.py render_docs
- note that themanage.py
is in the root of the project.