forked from encode/django-rest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links after moving to encode org
- Loading branch information
Showing
35 changed files
with
650 additions
and
650 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 |
---|---|---|
|
@@ -50,7 +50,7 @@ Getting involved in triaging incoming issues is a good way to start contributing | |
|
||
To start developing on Django REST framework, clone the repo: | ||
|
||
git clone [email protected]:tomchristie/django-rest-framework.git | ||
git clone [email protected]:encode/django-rest-framework.git | ||
|
||
Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recommend you set up your editor to automatically indicate non-conforming styles. | ||
|
||
|
@@ -198,10 +198,10 @@ If you want to draw attention to a note or warning, use a pair of enclosing line | |
[code-of-conduct]: https://www.djangoproject.com/conduct/ | ||
[google-group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework | ||
[so-filter]: http://stackexchange.com/filters/66475/rest-framework | ||
[issues]: https://github.com/tomchristie/django-rest-framework/issues?state=open | ||
[issues]: https://github.com/encode/django-rest-framework/issues?state=open | ||
[pep-8]: http://www.python.org/dev/peps/pep-0008/ | ||
[pull-requests]: https://help.github.com/articles/using-pull-requests | ||
[tox]: https://tox.readthedocs.io/en/latest/ | ||
[markdown]: http://daringfireball.net/projects/markdown/basics | ||
[docs]: https://github.com/tomchristie/django-rest-framework/tree/master/docs | ||
[docs]: https://github.com/encode/django-rest-framework/tree/master/docs | ||
[mou]: http://mouapp.com/ |
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 |
---|---|---|
|
@@ -21,12 +21,12 @@ The initial aim is to provide a single full-time position on REST framework. | |
*Every single sign-up makes a significant impact towards making that possible.* | ||
|
||
<p align="center"> | ||
<a href="http://jobs.rover.com/"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/rover-readme.png"/></a> | ||
<a href="https://getsentry.com/welcome/"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/sentry-readme.png"/></a> | ||
<a href="https://getstream.io/try-the-api/?utm_source=drf&utm_medium=banner&utm_campaign=drf"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/stream-readme.png"/></a> | ||
<a href="https://hello.machinalis.co.uk/"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/machinalis-readme.png"/></a> | ||
<a href="https://rollbar.com/"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/rollbar-readme.png"/></a> | ||
<a href="https://micropyramid.com/django-rest-framework-development-services/"><img src="https://raw.githubusercontent.com/tomchristie/django-rest-framework/master/docs/img/premium/micropyramid-readme.png"/></a> | ||
<a href="http://jobs.rover.com/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rover-readme.png"/></a> | ||
<a href="https://getsentry.com/welcome/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/sentry-readme.png"/></a> | ||
<a href="https://getstream.io/try-the-api/?utm_source=drf&utm_medium=banner&utm_campaign=drf"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/stream-readme.png"/></a> | ||
<a href="https://hello.machinalis.co.uk/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/machinalis-readme.png"/></a> | ||
<a href="https://rollbar.com/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/rollbar-readme.png"/></a> | ||
<a href="https://micropyramid.com/django-rest-framework-development-services/"><img src="https://raw.githubusercontent.com/encode/django-rest-framework/master/docs/img/premium/micropyramid-readme.png"/></a> | ||
</p> | ||
|
||
*Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Rover](http://jobs.rover.com/), [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [Machinalis](https://hello.machinalis.co.uk/), [Rollbar](https://rollbar.com), and [MicroPyramid](https://micropyramid.com/django-rest-framework-development-services/).* | ||
|
@@ -176,10 +176,10 @@ If you believe you've found something in Django REST framework which has securit | |
|
||
Send a description of the issue via email to [[email protected]][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure. | ||
|
||
[build-status-image]: https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master | ||
[travis]: http://travis-ci.org/tomchristie/django-rest-framework?branch=master | ||
[coverage-status-image]: https://img.shields.io/codecov/c/github/tomchristie/django-rest-framework/master.svg | ||
[codecov]: http://codecov.io/github/tomchristie/django-rest-framework?branch=master | ||
[build-status-image]: https://secure.travis-ci.org/encode/django-rest-framework.svg?branch=master | ||
[travis]: http://travis-ci.org/encode/django-rest-framework?branch=master | ||
[coverage-status-image]: https://img.shields.io/codecov/c/github/encode/django-rest-framework/master.svg | ||
[codecov]: http://codecov.io/github/encode/django-rest-framework?branch=master | ||
[pypi-version]: https://img.shields.io/pypi/v/djangorestframework.svg | ||
[pypi]: https://pypi.python.org/pypi/djangorestframework | ||
[twitter]: https://twitter.com/_tomchristie | ||
|
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 |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
</style> | ||
|
||
<p class="badges" height=20px> | ||
<iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" class="github-star-button" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> | ||
<iframe src="http://ghbtns.com/github-btn.html?user=encode&repo=django-rest-framework&type=watch&count=true" class="github-star-button" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> | ||
|
||
<a href="http://travis-ci.org/tomchristie/django-rest-framework?branch=master"> | ||
<img src="https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master" class="status-badge"> | ||
<a href="http://travis-ci.org/encode/django-rest-framework?branch=master"> | ||
<img src="https://secure.travis-ci.org/encode/django-rest-framework.svg?branch=master" class="status-badge"> | ||
</a> | ||
|
||
<a href="https://pypi.python.org/pypi/djangorestframework"> | ||
|
@@ -108,7 +108,7 @@ Install using `pip`, including any optional packages you want... | |
|
||
...or clone the project from github. | ||
|
||
git clone [email protected]:tomchristie/django-rest-framework.git | ||
git clone [email protected]:encode/django-rest-framework.git | ||
|
||
Add `'rest_framework'` to your `INSTALLED_APPS` setting. | ||
|
||
|
@@ -311,7 +311,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
[django-filter]: http://pypi.python.org/pypi/django-filter | ||
[django-crispy-forms]: https://github.com/maraujop/django-crispy-forms | ||
[django-guardian]: https://github.com/lukaszb/django-guardian | ||
[0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X | ||
[0.4]: https://github.com/encode/django-rest-framework/tree/0.4.X | ||
[image]: img/quickstart.png | ||
[index]: . | ||
[oauth1-section]: api-guide/authentication/#django-rest-framework-oauth | ||
|
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
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
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ Getting involved in triaging incoming issues is a good way to start contributing | |
|
||
To start developing on Django REST framework, clone the repo: | ||
|
||
git clone [email protected]:tomchristie/django-rest-framework.git | ||
git clone [email protected]:encode/django-rest-framework.git | ||
|
||
Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recommend you set up your editor to automatically indicate non-conforming styles. | ||
|
||
|
@@ -202,11 +202,11 @@ If you want to draw attention to a note or warning, use a pair of enclosing line | |
[code-of-conduct]: https://www.djangoproject.com/conduct/ | ||
[google-group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework | ||
[so-filter]: http://stackexchange.com/filters/66475/rest-framework | ||
[issues]: https://github.com/tomchristie/django-rest-framework/issues?state=open | ||
[issues]: https://github.com/encode/django-rest-framework/issues?state=open | ||
[pep-8]: http://www.python.org/dev/peps/pep-0008/ | ||
[travis-status]: ../img/travis-status.png | ||
[pull-requests]: https://help.github.com/articles/using-pull-requests | ||
[tox]: https://tox.readthedocs.io/en/latest/ | ||
[markdown]: http://daringfireball.net/projects/markdown/basics | ||
[docs]: https://github.com/tomchristie/django-rest-framework/tree/master/docs | ||
[docs]: https://github.com/encode/django-rest-framework/tree/master/docs | ||
[mou]: http://mouapp.com/ |
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 |
---|---|---|
|
@@ -35,5 +35,5 @@ Wonder how else you can help? One of the best ways you can help Django REST Fram | |
[remoteok-io]: https://remoteok.io/remote-django-jobs | ||
[remotepython-com]: https://www.remotepython.com/jobs/ | ||
[drf-funding]: https://fund.django-rest-framework.org/topics/funding/ | ||
[submit-pr]: https://github.com/tomchristie/django-rest-framework | ||
[submit-pr]: https://github.com/encode/django-rest-framework | ||
[anna-email]: mailto:[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
Oops, something went wrong.