Skip to content
Snippets Groups Projects
Commit 8adf8d4f authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add comment to create DOCUMENTS_PATH

parent 3efbb9c9
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Setup ## Setup
* Install python3 and virtualenv * Install python3, virtualenv, redis and a database program (postgres, mysql, sqlite does not work with alembic migrations)
* Create a virtualenv and install the requirements * Create a virtualenv and install the requirements
```sh ```sh
...@@ -22,7 +22,7 @@ cp config.py.example config.py ...@@ -22,7 +22,7 @@ cp config.py.example config.py
- Don't forget to enter your database connection - Don't forget to enter your database connection
- And your authentication backend - And your authentication backend
- And deactivate everything you do not use - And deactivate everything you do not use
* create the path where PDFs will be stored (`DOCUMENTS_PATH` in config.py)
* Fill your database * Fill your database
```sh ```sh
......
...@@ -148,6 +148,7 @@ FONTS = { ...@@ -148,6 +148,7 @@ FONTS = {
} }
# local filesystem path to save compiled and uploaded protocols (and attachments) # local filesystem path to save compiled and uploaded protocols (and attachments)
# create this path!
DOCUMENTS_PATH = "documents" DOCUMENTS_PATH = "documents"
# keywords indicating private protocol parts # keywords indicating private protocol parts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment