diff options
| author | 2011-11-05 00:33:33 +0100 | |
|---|---|---|
| committer | 2011-11-05 00:33:33 +0100 | |
| commit | fc51d7160df5ce97bfeba64a5af8efe2962223dd (patch) | |
| tree | f8fa84433ce610574e32fb51939953d22e29b4db /local_settings.py.example | |
| parent | 3ae51caab712c4c60072f01cd8ce2e09c28300be (diff) | |
| download | dotfiles-fc51d7160df5ce97bfeba64a5af8efe2962223dd.tar.gz dotfiles-fc51d7160df5ce97bfeba64a5af8efe2962223dd.zip | |
Add parse_markdown command
Diffstat (limited to 'local_settings.py.example')
| -rw-r--r-- | local_settings.py.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index 6a166a7..fe6c1aa 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -1,4 +1,5 @@ DEBUG = False +MARKDOWN_PATH = '' DATABASES = { 'default': { |
