This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I92ea1585f8ff16aee52c54e8267850967e983b76
- Loading branch information
Clinton Blackburn
committed
Jun 20, 2014
1 parent
1e724eb
commit a45cd13
Showing
3 changed files
with
30 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Clinton Blackburn <[email protected]> | ||
Dennis Jen <[email protected]> | ||
Carlos Andrés Rocha <[email protected]> |
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 @@ | ||
Contributions are very welcome. | ||
|
||
Please read [How To Contribute](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst) for details. |
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,11 +1,11 @@ | ||
analytics-dashboard | ||
=================== | ||
Part of [edX code](http://code.edx.org/) | ||
|
||
edX Analytics Dashboard | ||
======================= | ||
Dashboard to display course analytics to course teams | ||
|
||
Getting Started | ||
--------------- | ||
|
||
1. Get the code (e.g. clone the repository). | ||
2. Install the Python requirements: | ||
|
||
|
@@ -19,7 +19,28 @@ Getting Started | |
|
||
./manage.py runserver | ||
|
||
License | ||
------- | ||
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. | ||
|
||
Please see `LICENSE.txt` for details. | ||
|
||
How To Contribute | ||
----------------- | ||
Contributions are very welcome. | ||
|
||
Please read [How To Contribute](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst) for details. | ||
|
||
Testing | ||
------- | ||
|
||
$ ./manage.py test | ||
|
||
Reporting Security Issues | ||
------------------------- | ||
Please do not report security issues in public. Please email [email protected]. | ||
|
||
|
||
Mailing List and IRC Channel | ||
---------------------------- | ||
You can discuss this code on the [edx-code Google Group](https://groups.google.com/forum/#!forum/edx-code) or in the `edx-code` IRC channel on Freenode. |