Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
8e47f582
Commit
8e47f582
authored
Nov 25, 2015
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected app name
edx_course_discovery -> course_discovery
parent
9f1b874e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
.bowerrc
+1
-1
.coveragerc
+3
-3
.pep8
+1
-1
.tx/config
+6
-6
No files found.
.bowerrc
View file @
8e47f582
{
"directory": "
edx_
course_discovery/static/bower_components",
"directory": "course_discovery/static/bower_components",
"interactive": false
}
.coveragerc
View file @
8e47f582
[run]
branch = True
data_file = .coverage
source=
edx_
course_discovery
source=course_discovery
omit =
edx_
course_discovery/settings*
edx_
course_discovery/conf*
course_discovery/settings*
course_discovery/conf*
*wsgi.py
*migrations*
*admin.py
...
...
.pep8
View file @
8e47f582
[pep8]
ignore=E501
max_line_length=119
exclude=settings,migrations,
edx_course_discovery/static,bower_components,edx_
course_discovery/wsgi.py
exclude=settings,migrations,
course_discovery/static,bower_components,
course_discovery/wsgi.py
.tx/config
View file @
8e47f582
[main]
host = https://www.transifex.com
[edx-platform.
edx_
course_discovery]
file_filter =
edx_
course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file =
edx_
course_discovery/conf/locale/en/LC_MESSAGES/django.po
[edx-platform.course_discovery]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[edx-platform.
edx_
course_discovery-js]
file_filter =
edx_
course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file =
edx_
course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
[edx-platform.course_discovery-js]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO
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