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
0b6228fe
Commit
0b6228fe
authored
Sep 24, 2013
by
borut
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of source.ijs.si:mothra into dev
parents
de07c7a1
4600d131
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
fabfile.py
fabfile.py
+1
-0
workflows/vipercharts/settings.py
workflows/vipercharts/settings.py
+1
-1
No files found.
fabfile.py
View file @
0b6228fe
...
...
@@ -24,6 +24,7 @@ def deploy():
run
(
'git checkout %s'
%
(
env
.
branch
,))
puts
(
yellow
(
"[Installing packages]"
))
run
(
'pip install -qr requirements.txt'
)
puts
(
yellow
(
"[Migrating apps]"
))
...
...
workflows/vipercharts/settings.py
View file @
0b6228fe
...
...
@@ -5,7 +5,7 @@ PACKAGE_ROOT = os.path.dirname(__file__)
# === AUTO IMPORT OPTIONS ===
#If auto_import_package_data is true then given data file is automatically imported when ClowdFlows project is newly deployed or refreshed from git
AUTO_IMPORT_DB
=
Fals
e
AUTO_IMPORT_DB
=
Tru
e
#For auto_import_package_data_replace_option description see the 'replace' option in workflows/import_package command
AUTO_IMPORT_DB_REPLACE_OPTION
=
True
#If file(s) other than ./db/package_data.json should be imported, auto_import_package_data_files should be corrected
...
...
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