Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
b1320538
Commit
b1320538
authored
Jul 01, 2013
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
popravil virtualenv nazaj
parent
9590126a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apache/virtualhosts.conf
apache/virtualhosts.conf
+1
-1
apache/wsgi_app.py
apache/wsgi_app.py
+1
-1
No files found.
apache/virtualhosts.conf
View file @
b1320538
ServerName
workflows
.
ijs
.
si
WSGIDaemonProcess
workflow
.
ijs
.
si
processes
=
4
threads
=
20
python
-
path
=/
srv
/
django
-
projects
/
mothra
:/
srv
/
django
-
envs
/
mothra
2
/
lib
/
python2
.
7
/
site
-
packages
WSGIDaemonProcess
workflow
.
ijs
.
si
processes
=
4
threads
=
20
python
-
path
=/
srv
/
django
-
projects
/
mothra
:/
srv
/
django
-
envs
/
mothra
/
lib
/
python2
.
7
/
site
-
packages
WSGIProcessGroup
workflow
.
ijs
.
si
WSGIScriptAlias
/ /
srv
/
django
-
projects
/
mothra
/
apache
/
wsgi_app
.
py
...
...
apache/wsgi_app.py
View file @
b1320538
...
...
@@ -17,7 +17,7 @@ import os
import
sys
import
site
site
.
addsitedir
(
'/srv/django-envs/mothra
2
/lib/python2.7/site-packages'
)
site
.
addsitedir
(
'/srv/django-envs/mothra/lib/python2.7/site-packages'
)
project_path
=
'/srv/django-projects/mothra'
if
project_path
not
in
sys
.
path
:
...
...
Write
Preview
Markdown
is supported
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