Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-video-pipeline
Commits
fe95c4e9
Commit
fe95c4e9
authored
Jul 05, 2017
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update settings
parent
f08ac7a5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
+1
-1
VEDA_OS01/pipeline_env.py
+1
-1
control/control_env.py
+1
-1
manage.py
+1
-1
youtube_callback/daemon.py
+1
-1
youtube_callback/sftp_id_retrieve.py
+1
-1
No files found.
.travis.yml
View file @
fe95c4e9
...
...
@@ -8,7 +8,7 @@ install: pip install pep8
# build tests
script
:
-
python
video_common
/tests/test_build.py
-
python
VEDA
/tests/test_build.py
-
pep8
-
cd control/tests nosetests
VEDA_OS01/pipeline_env.py
View file @
fe95c4e9
...
...
@@ -16,7 +16,7 @@ project_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if
project_path
not
in
sys
.
path
:
sys
.
path
.
append
(
project_path
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
video_common
.settings'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
VEDA
.settings'
django
.
setup
()
...
...
control/control_env.py
View file @
fe95c4e9
...
...
@@ -14,7 +14,7 @@ project_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if
project_path
not
in
sys
.
path
:
sys
.
path
.
append
(
project_path
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
video_common
.settings'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
VEDA
.settings'
django
.
setup
()
...
...
manage.py
View file @
fe95c4e9
...
...
@@ -3,7 +3,7 @@ import os
import
sys
if
__name__
==
"__main__"
:
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"
video_common
.settings"
)
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"
VEDA
.settings"
)
from
django.core.management
import
execute_from_command_line
...
...
youtube_callback/daemon.py
View file @
fe95c4e9
...
...
@@ -20,7 +20,7 @@ project_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if
project_path
not
in
sys
.
path
:
sys
.
path
.
append
(
project_path
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
video_common
.settings'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
VEDA
.settings'
django
.
setup
()
...
...
youtube_callback/sftp_id_retrieve.py
View file @
fe95c4e9
...
...
@@ -21,7 +21,7 @@ from django.utils.timezone import utc
project_path
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
if
project_path
not
in
sys
.
path
:
sys
.
path
.
append
(
project_path
)
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
video_common
.settings'
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'
VEDA
.settings'
django
.
setup
()
from
VEDA_OS01.models
import
Video
,
Encode
,
URL
...
...
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