Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
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-notes-api
Commits
3f736efa
Commit
3f736efa
authored
Nov 27, 2014
by
Oleg Marshev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove path dependency.
parent
5d6d09f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
notesserver/settings/test.py
+0
-4
requirements/base.txt
+0
-1
requirements/local.txt
+0
-3
No files found.
notesserver/settings/test.py
View file @
3f736efa
from
.common
import
*
from
.common
import
*
from
path
import
path
TEST_ROOT
=
path
(
"test_root"
)
DATABASES
=
{
DATABASES
=
{
'default'
:
{
'default'
:
{
'ENGINE'
:
'django.db.backends.sqlite3'
,
'ENGINE'
:
'django.db.backends.sqlite3'
,
'NAME'
:
TEST_ROOT
/
"db"
/
"notesserver.db"
,
}
}
}
}
...
...
requirements/base.txt
View file @
3f736efa
...
@@ -5,5 +5,4 @@ django-rest-swagger==0.2.0
...
@@ -5,5 +5,4 @@ django-rest-swagger==0.2.0
elasticsearch==1.2.0
elasticsearch==1.2.0
annotator==0.12.0
annotator==0.12.0
django-cors-headers==0.13
django-cors-headers==0.13
path.py==7.0
-e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-2#egg=django-oauth2-provider
-e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-2#egg=django-oauth2-provider
requirements/local.txt
deleted
100644 → 0
View file @
5d6d09f5
-r base.txt
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