mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Link to github accounts in credits
This commit is contained in:
parent
79144919f6
commit
382b277dfc
|
@ -2,44 +2,44 @@
|
|||
|
||||
The following people have helped make REST framework great.
|
||||
|
||||
* Tom Christie <tomchristie>
|
||||
* Marko Tibold <markotibold>
|
||||
* Paul Bagwell <pbgwl>
|
||||
* Sébastien Piquemal <sebpiq>
|
||||
* Carmen Wick <cwick>
|
||||
* Alex Ehlke <aehlke>
|
||||
* Alen Mujezinovic <flashingpumpkin>
|
||||
* Carles Barrobés <txels>
|
||||
* Michael Fötsch <mfoetsch>
|
||||
* David Larlet <david>
|
||||
* Andrew Straw <astraw>
|
||||
* Zeth <zeth>
|
||||
* Fernando Zunino <fzunino>
|
||||
* Jens Alm <ulmus>
|
||||
* Craig Blaszczyk <jakul>
|
||||
* Garcia Solero <garciasolero>
|
||||
* Tom Drummond <devioustree>
|
||||
* Danilo Bargen <gwrtheyrn>
|
||||
* Andrew McCloud <amccloud>
|
||||
* Thomas Steinacher <thomasst>
|
||||
* Meurig Freeman <meurig>
|
||||
* Anthony Nemitz <anemitz>
|
||||
* Ewoud Kohl van Wijngaarden <ekohl>
|
||||
* Michael Ding <yandy>
|
||||
* Mjumbe Poe <mjumbewu>
|
||||
* Natim <natim>
|
||||
* Sebastian Żurek <sebzur>
|
||||
* Benoit C <dzen>
|
||||
* Chris Pickett <bunchesofdonald>
|
||||
* Ben Timby <btimby>
|
||||
* Michele Lazzeri <michelelazzeri-nextage>
|
||||
* Camille Harang <mammique>
|
||||
* Paul Oswald <poswald>
|
||||
* Sean C. Farley <scfarley>
|
||||
* Daniel Izquierdo <izquierdo>
|
||||
* Can Yavuz <tschan>
|
||||
* Shawn Lewis <shawnlewis>
|
||||
* Alec Perkins <alecperkins>
|
||||
* Tom Christie - [tomchristie]
|
||||
* Marko Tibold - [markotibold]
|
||||
* Paul Bagwell - [pbgwl]
|
||||
* Sébastien Piquemal - [sebpiq]
|
||||
* Carmen Wick - [cwick]
|
||||
* Alex Ehlke - [aehlke]
|
||||
* Alen Mujezinovic - [flashingpumpkin]
|
||||
* Carles Barrobés - [txels]
|
||||
* Michael Fötsch - [mfoetsch]
|
||||
* David Larlet - [david]
|
||||
* Andrew Straw - [astraw]
|
||||
* Zeth - [zeth]
|
||||
* Fernando Zunino - [fzunino]
|
||||
* Jens Alm - [ulmus]
|
||||
* Craig Blaszczyk - [jakul]
|
||||
* Garcia Solero - [garciasolero]
|
||||
* Tom Drummond - [devioustree]
|
||||
* Danilo Bargen - [gwrtheyrn]
|
||||
* Andrew McCloud - [amccloud]
|
||||
* Thomas Steinacher - [thomasst]
|
||||
* Meurig Freeman - [meurig]
|
||||
* Anthony Nemitz - [anemitz]
|
||||
* Ewoud Kohl van Wijngaarden - [ekohl]
|
||||
* Michael Ding - [yandy]
|
||||
* Mjumbe Poe - [mjumbewu]
|
||||
* Natim - [natim]
|
||||
* Sebastian Żurek - [sebzur]
|
||||
* Benoit C - [dzen]
|
||||
* Chris Pickett - [bunchesofdonald]
|
||||
* Ben Timby - [btimby]
|
||||
* Michele Lazzeri - [michelelazzeri-nextage]
|
||||
* Camille Harang - [mammique]
|
||||
* Paul Oswald - [poswald]
|
||||
* Sean C. Farley - [scfarley]
|
||||
* Daniel Izquierdo - [izquierdo]
|
||||
* Can Yavuz - [tschan]
|
||||
* Shawn Lewis - [shawnlewis]
|
||||
* Alec Perkins - [alecperkins]
|
||||
|
||||
Many thanks to everyone who's contributed to the project.
|
||||
|
||||
|
@ -56,11 +56,49 @@ Continuous integration testing is managed with [Travis CI][travis-ci].
|
|||
To contact the author directly:
|
||||
|
||||
* twitter: [@_tomchristie][twitter]
|
||||
* mail: [tom@tomchristie.com][email]
|
||||
* email: [tom@tomchristie.com][email]
|
||||
|
||||
[email]: mailto:tom@tomchristie.com
|
||||
[twitter]: http://twitter.com/_tomchristie
|
||||
[bootstrap]: http://twitter.github.com/bootstrap/
|
||||
[markdown]: http://daringfireball.net/projects/markdown/
|
||||
[github]: github.com/tomchristie/django-rest-framework
|
||||
[travis-ci]: https://secure.travis-ci.org/tomchristie/django-rest-framework
|
||||
[travis-ci]: https://secure.travis-ci.org/tomchristie/django-rest-framework
|
||||
[tomchristie]: https://github.com/tomchristie
|
||||
[markotibold]: https://github.com/markotibold
|
||||
[pbgwl]: https://github.com/pbgwl
|
||||
[sebpiq]: https://github.com/sebpiq
|
||||
[cwick]: https://github.com/cwick
|
||||
[aehlke]: https://github.com/aehlke
|
||||
[flashingpumpkin]: https://github.com/flashingpumpkin
|
||||
[txels]: https://github.com/txels
|
||||
[mfoetsch]: https://github.com/mfoetsch
|
||||
[david]: https://github.com/david
|
||||
[astraw]: https://github.com/astraw
|
||||
[zeth]: https://github.com/zeth
|
||||
[fzunino]: https://github.com/fzunino
|
||||
[ulmus]: https://github.com/ulmus
|
||||
[jakul]: https://github.com/jakul
|
||||
[garciasolero]: https://github.com/garciasolero
|
||||
[devioustree]: https://github.com/devioustree
|
||||
[gwrtheyrn]: https://github.com/gwrtheyrn
|
||||
[amccloud]: https://github.com/amccloud
|
||||
[thomasst]: https://github.com/thomasst
|
||||
[meurig]: https://github.com/meurig
|
||||
[anemitz]: https://github.com/anemitz
|
||||
[ekohl]: https://github.com/ekohl
|
||||
[yandy]: https://github.com/yandy
|
||||
[mjumbewu]: https://github.com/mjumbewu
|
||||
[natim]: https://github.com/natim
|
||||
[sebzur]: https://github.com/sebzur
|
||||
[dzen]: https://github.com/dzen
|
||||
[bunchesofdonald]: https://github.com/bunchesofdonald
|
||||
[btimby]: https://github.com/btimby
|
||||
[michelelazzeri-nextage]: https://github.com/michelelazzeri-nextage
|
||||
[mammique]: https://github.com/mammique
|
||||
[poswald]: https://github.com/poswald
|
||||
[scfarley]: https://github.com/scfarley
|
||||
[izquierdo]: https://github.com/izquierdo
|
||||
[tschan]: https://github.com/tschan
|
||||
[shawnlewis]: https://github.com/shawnlewis
|
||||
[alecperkins]: https://github.com/alecperkins
|
||||
|
|
Loading…
Reference in New Issue
Block a user