From 460b461745e12ff450bc38aa325ee8f8d676dbe7 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 21 Feb 2017 09:31:36 +0100 Subject: [PATCH] Created Jobs section, made small changes to Tutorials and Resources section --- docs/index.md | 2 ++ docs/topics/jobs.md | 45 ++++++++++++++++++++++++++ docs/topics/tutorials-and-resources.md | 5 ++- mkdocs.yml | 1 + 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 docs/topics/jobs.md diff --git a/docs/index.md b/docs/index.md index 414931116..df22c1e36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -251,6 +251,7 @@ General guides to using REST framework. * [Mozilla Grant][mozilla-grant] * [Funding][funding] * [Release Notes][release-notes] +* [Jobs][jobs] ## Development @@ -379,6 +380,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [mozilla-grant]: topics/mozilla-grant.md [funding]: topics/funding.md [release-notes]: topics/release-notes.md +[jobs]: topics/jobs.md [tox]: http://testrun.org/tox/latest/ diff --git a/docs/topics/jobs.md b/docs/topics/jobs.md new file mode 100644 index 000000000..17c955f78 --- /dev/null +++ b/docs/topics/jobs.md @@ -0,0 +1,45 @@ +# Jobs + +Looking for a Django REST Framework related job? We highlight job vacancies by our awesome sponsors here and also provide a list of other job resources that may be helpful. + + +## Sponsors Who Are Hiring + +Coming soon. + + +## Other Places to Look for Django REST Framework Jobs + +* [https://www.djangoproject.com/community/jobs/][djangoproject-website] +* [https://www.python.org/jobs/][python-org-jobs] +* [https://djangogigs.com][django-gigs-com] +* [https://djangojobs.net/jobs/][django-jobs-net] +* [http://djangojobbers.com][django-jobbers-com] +* [https://www.indeed.com/q-Django-jobs.html][indeed-com] +* [http://stackoverflow.com/jobs/developer-jobs-using-django][stackoverflow-com] +* [https://www.upwork.com/o/jobs/browse/skill/django-framework/][upwork-com] +* [https://www.technojobs.co.uk/django-jobs][technobjobs-co-uk] +* [https://remoteok.io/remote-django-jobs][remoteok-io] +* [https://www.remotepython.com/jobs/][remotepython-com] + + +Your company is hiring and you would like for us to feature vacancies on this site? Please consider [signing up for a corporate sponsorship plan][drf-funding]. + +Know of any other great resources for Django REST Framework jobs that are missing in our list? Please [submit a pull request][submit-pr] or [email us][mailto:anna@django-rest-framework.org]. + +Wonder how else you can help? One of the best ways you can help Django REST Framework is to ask interviewers if their company is signed up for [REST Framework sponsorship][drf-funding] yet. + + +[djangoproject-website]: https://www.djangoproject.com/community/jobs/ +[python-org-jobs]: https://www.python.org/jobs/ +[django-gigs-com]: https://djangogigs.com +[django-jobs-net]: https://djangojobs.net/jobs/ +[django-jobbers-com]: http://djangojobbers.com +[indeed-com]: https://www.indeed.com/q-Django-jobs.html +[stackoverflow-com]: http://stackoverflow.com/jobs/developer-jobs-using-django +[upwork-com]: https://www.upwork.com/o/jobs/browse/skill/django-framework/ +[technobjobs-co-uk]: https://www.technojobs.co.uk/django-jobs +[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 diff --git a/docs/topics/tutorials-and-resources.md b/docs/topics/tutorials-and-resources.md index 08ae205d6..3bbe52e44 100644 --- a/docs/topics/tutorials-and-resources.md +++ b/docs/topics/tutorials-and-resources.md @@ -1,5 +1,7 @@ # Tutorials and Resources +There are a wide range of resources available for learning and using Django REST framework. We try to keep a comprehensive list available here. + ## Tutorials * [Beginner's Guide to the Django REST Framework][beginners-guide-to-the-django-rest-framework] @@ -62,7 +64,7 @@ * [Classy Django REST Framework][cdrf.co] * [DRF-schema-adapter][drf-schema] -Want your Django REST Framework talk/tutorial/article to be added to our website? Please [email us][mailto:anna@django-rest-framework.org]! +Want your Django REST Framework talk/tutorial/article to be added to our website? Or know of a resource that's not yet included here? Please [submit a pull request][submit-pr] or [email us][mailto:anna@django-rest-framework.org]! [beginners-guide-to-the-django-rest-framework]: http://code.tutsplus.com/tutorials/beginners-guide-to-the-django-rest-framework--cms-19786 @@ -104,3 +106,4 @@ Want your Django REST Framework talk/tutorial/article to be added to our website [drf-an-intro]: https://realpython.com/blog/python/django-rest-framework-quick-start/ [drf-tutorial]: https://tests4geeks.com/django-rest-framework-tutorial/ [building-a-restful-api-with-drf]: http://agiliq.com/blog/2014/12/building-a-restful-api-with-django-rest-framework/ +[submit-pr]: https://github.com/tomchristie/django-rest-framework diff --git a/mkdocs.yml b/mkdocs.yml index 3fa7219c9..6c57618ae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,3 +72,4 @@ pages: - 'Mozilla Grant': 'topics/mozilla-grant.md' - 'Funding': 'topics/funding.md' - 'Release Notes': 'topics/release-notes.md' + - 'Jobs': 'topics/jobs.md'