Skip to content

Commit

Permalink
Merge pull request #21 from christos-P/patch-1
Browse files Browse the repository at this point in the history
minor mistypo correction
  • Loading branch information
shabda committed Mar 21, 2018
2 parents f671a05 + e8a1c47 commit c263767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Introductions
=================

*Building APIs with Django and Django Rest Framework* starts where the `Django "Polls" tutorial <https://docs.djangoproject.com/en/2.0/intro/tutorial01/>`_ stops, and takes you through building the polls app, but this time using APIs. You will learn the basics of Django Rest Framework including serialisation, views, generic views, viewsets, testing, access control. You will also learn about API documentation using swagger and raml.
*Building APIs with Django and Django Rest Framework* starts where the `Django "Polls" tutorial <https://docs.djangoproject.com/en/2.0/intro/tutorial01/>`_ stops, and takes you through building the polls app, but this time using APIs. You will learn the basics of Django Rest Framework including serialization, views, generic views, viewsets, testing, access control. You will also learn about API documentation using swagger and raml.

Who is this book for?
-------------------------

If you have finished the Django "Polls" tuorial, and want to learn using DRF to build APIs, this book is perfect for you. This book assume some knowledge of Django and Python, which you should have built if you have finished the "Poll" turtorial. No existing knowledge of DRF is assumed.
If you have finished the Django "Polls" tutorial, and want to learn using DRF to build APIs, this book is perfect for you. This book assumes some knowledge of Django and Python, which you should have built if you have finished the "Poll" turtorial. No existing knowledge of DRF is assumed.


How to read this book?
-------------------------

The chapters are meant to be read in order. If you have existing knowledge of some chapters, you can quickly go throough that chapter, but I highly recommend reading them in order as each chapter builds on the previous.
The chapters are meant to be read in order. If you have existing knowledge of some chapters, you can quickly go through that chapter, but I highly recommend reading them in order as each chapter builds on the previous.


0 comments on commit c263767

Please sign in to comment.