Skip to content
Snippets Groups Projects
Commit 2c77d52c authored by Dave Kliczbor's avatar Dave Kliczbor
Browse files

removed personal path reference from config example

parent 541c4740
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ app_secret = ''
## You will need to use absolute paths!
# Base directory. You need to set this again in schilder.wsgi if you use WSGI.
basedir = '/home/dave/Development/schildergenerator'
basedir = '/path/to/schildergenerator'
# Temp directory for imagemagick/pdflatex work files (needs to be writeable)
tmpdir = '/tmp'
......
import logging, sys
path = '/path/to/schilder'
path = '/path/to/schildergenerator'
if path not in sys.path:
sys.path.append(path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment