forked from openedx-unsupported/edx-analytics-data-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup of django settings files and python requirements. Change-Id: I1fb1b83960601b0ed50bcca4925a80a9cfb30d64
- Loading branch information
Showing
10 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
analyticsdataserver/logsettings.py → analyticsdataserver/settings/logger.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
"""Logging configuration""" | ||
|
||
import os | ||
import platform | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This file is here because many Platforms as a Service look for | ||
# requirements.txt in the root directory of a project. | ||
-r requirements/production.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Django==1.4.12 | ||
django-model-utils==1.4.0 | ||
Markdown==2.4.1 | ||
South==0.8.1 | ||
django-model-utils==1.4.0 | ||
djangorestframework==2.3.5 | ||
Markdown==2.4.1 | ||
ipython==2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dependencies for building documentation | ||
-r base.txt | ||
Sphinx==1.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
-r base.txt | ||
-r test.txt | ||
django-debug-toolbar==0.9.4 | ||
Sphinx==1.2b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Test dependencies go here. | ||
-r base.txt | ||
coverage==3.7 | ||
nose==1.3.3 | ||
django-nose==1.2 | ||
pep8==1.5.7 | ||
pylint==1.2.1 | ||
diff-cover >= 0.2.1 | ||
django-nose==1.2 | ||
httpretty==0.8.0 | ||
mock==1.0.1 | ||
nose==1.3.3 | ||
pep257==0.3.2 | ||
httpretty==0.8.0 | ||
requests==2.3.0 | ||
pep8==1.5.7 | ||
pylint==1.2.1 | ||
pytz==2012h | ||
requests==2.3.0 |