Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schildergenerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schilder
schildergenerator
Commits
2c77d52c
Commit
2c77d52c
authored
9 years ago
by
Dave Kliczbor
Browse files
Options
Downloads
Patches
Plain Diff
removed personal path reference from config example
parent
541c4740
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.py.example
+1
-1
1 addition, 1 deletion
config.py.example
schilder.wsgi.example
+1
-1
1 addition, 1 deletion
schilder.wsgi.example
with
2 additions
and
2 deletions
config.py.example
+
1
−
1
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'
...
...
This diff is collapsed.
Click to expand it.
schilder.wsgi.example
+
1
−
1
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment