Commit 763bc9c3 by Carlos Andrés Rocha

Add license file

Change-Id: I501062899105f987c6597a8cda098453223158a3
parent 10a97549
This diff is collapsed. Click to expand it.
......@@ -4,7 +4,24 @@ edX Analytics API Server
See https://edx-wiki.atlassian.net/wiki/display/AN/Analytics+Data+API for more details. For the API *client* visit
https://github.com/edx/edx-analytics-api-client.
Running Tests
License
-------
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.
Please see `LICENSE.txt` for details.
Testing
-------------
Run `make validate`.
Development
-------------
1. Install dependencies:
$ make develop
2. Launch server:
$ ./manage.py runserver
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment