Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
schilder
schildergenerator
Commits
2c77d52c
Commit
2c77d52c
authored
Jul 27, 2015
by
Dave Kliczbor
Browse files
removed personal path reference from config example
parent
541c4740
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.py.example
View file @
2c77d52c
...
...
@@ -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'
...
...
schilder.wsgi.example
View file @
2c77d52c
import logging, sys
path = '/path/to/schilder'
path = '/path/to/schilder
generator
'
if path not in sys.path:
sys.path.append(path)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment