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
OpenEdx
edx-platform
Commits
5d9a82a1
Commit
5d9a82a1
authored
Oct 18, 2017
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PLAT-1540 Upgrade django-extensions for better Django 1.9+ support
parent
c1292383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
lms/envs/bok_choy.auth.json
+3
-0
requirements/edx/base.txt
+1
-1
No files found.
lms/envs/bok_choy.auth.json
View file @
5d9a82a1
...
@@ -35,6 +35,9 @@
...
@@ -35,6 +35,9 @@
"ENGINE"
:
"django.db.backends.mysql"
,
"ENGINE"
:
"django.db.backends.mysql"
,
"HOST"
:
"localhost"
,
"HOST"
:
"localhost"
,
"NAME"
:
"edxtest"
,
"NAME"
:
"edxtest"
,
"OPTIONS"
:
{
"init_command"
:
"SET foreign_key_checks = 0;"
},
"PASSWORD"
:
""
,
"PASSWORD"
:
""
,
"PORT"
:
"3306"
,
"PORT"
:
"3306"
,
"USER"
:
"root"
"USER"
:
"root"
...
...
requirements/edx/base.txt
View file @
5d9a82a1
...
@@ -19,7 +19,7 @@ django-babel-underscore==0.5.2
...
@@ -19,7 +19,7 @@ django-babel-underscore==0.5.2
markey==0.8 # From django-babel-underscore
markey==0.8 # From django-babel-underscore
django-config-models==0.1.8
django-config-models==0.1.8
django-countries==4.6.1
django-countries==4.6.1
django-extensions==1.
5.9
django-extensions==1.
6.2
django-filter==1.0.4
django-filter==1.0.4
django-ipware==1.1.0
django-ipware==1.1.0
django-model-utils==3.0.0
django-model-utils==3.0.0
...
...
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