Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
e87fabe4
Commit
e87fabe4
authored
Jan 06, 2016
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8289 from edx/danielli/pyfs_xblocks
Add setting for pyfs xblock service to devstack.py
parents
4c5c8c18
ac66b4a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
cms/envs/devstack.py
+9
-0
lms/envs/devstack.py
+8
-0
No files found.
cms/envs/devstack.py
View file @
e87fabe4
...
...
@@ -46,6 +46,15 @@ STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.AppDirectoriesFinder'
,
]
############################ PYFS XBLOCKS SERVICE #############################
# Set configuration for Django pyfilesystem
DJFS
=
{
'type'
:
'osfs'
,
'directory_root'
:
'cms/static/djpyfs'
,
'url_root'
:
'/static/djpyfs'
,
}
############################# ADVANCED COMPONENTS #############################
# Make it easier to test advanced components in local dev
...
...
lms/envs/devstack.py
View file @
e87fabe4
...
...
@@ -49,6 +49,14 @@ ANALYTICS_API_KEY = ""
# dashboard to the Analytics Dashboard.
ANALYTICS_DASHBOARD_URL
=
None
############################ PYFS XBLOCKS SERVICE #############################
# Set configuration for Django pyfilesystem
DJFS
=
{
'type'
:
'osfs'
,
'directory_root'
:
'lms/static/djpyfs'
,
'url_root'
:
'/static/djpyfs'
,
}
################################ DEBUG TOOLBAR ################################
...
...
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