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
15dc2fa3
Commit
15dc2fa3
authored
Jun 13, 2013
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
streaming widgets auto import, popravil fabfile
parent
80eebb7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fabfile.py
fabfile.py
+1
-1
workflows/streaming/settings.py
workflows/streaming/settings.py
+1
-1
No files found.
fabfile.py
View file @
15dc2fa3
...
...
@@ -4,7 +4,7 @@ from fabric.colors import *
from
fabric.utils
import
puts
,
abort
env
.
use_ssh_config
=
True
apps_to_migrate
=
(
'workflows'
,)
apps_to_migrate
=
(
'workflows'
,
'streams'
,
)
def
live
():
""" doloci live server kot aktivni """
...
...
workflows/streaming/settings.py
View file @
15dc2fa3
...
...
@@ -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