diff options
| author | Tom Christie | 2014-02-20 14:55:10 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-02-20 14:55:10 +0000 |
| commit | 33f1cd24cd84cc7e0ec2a76d1d8fed04dd401435 (patch) | |
| tree | 9133e49c5a33b7700d987e94b78055d2b92e2258 /topics | |
| parent | a7dad0da01613595b33793979a45e64e3a7a9ef7 (diff) | |
| download | django-rest-framework-33f1cd24cd84cc7e0ec2a76d1d8fed04dd401435.tar.bz2 | |
Latest docs build
Diffstat (limited to 'topics')
| -rw-r--r-- | topics/contributing.html | 2 | ||||
| -rw-r--r-- | topics/credits.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/topics/contributing.html b/topics/contributing.html index cc1e8a3c..c9b1956c 100644 --- a/topics/contributing.html +++ b/topics/contributing.html @@ -239,7 +239,7 @@ <p>To run the tests, clone the repository, and then:</p> <pre class="prettyprint lang-py"><code># Setup the virtual environment virtualenv env -env/bin/activate +source env/bin/activate pip install -r requirements.txt pip install -r optionals.txt diff --git a/topics/credits.html b/topics/credits.html index ebe1fc98..a3c851c0 100644 --- a/topics/credits.html +++ b/topics/credits.html @@ -366,6 +366,7 @@ <li>Ian Foote - <a href="https://github.com/ian-foote">ian-foote</a></li> <li>Chuck Harmston - <a href="https://github.com/chuckharmston">chuckharmston</a></li> <li>Philip Forget - <a href="https://github.com/philipforget">philipforget</a></li> +<li>Artem Mezhenin - <a href="https://github.com/amezhenin">amezhenin</a></li> </ul> <p>Many thanks to everyone who's contributed to the project.</p> <h2 id="additional-thanks">Additional thanks</h2> |
