Skip to content

Commit

Permalink
Added more book covers
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Jul 21, 2018
1 parent ac00bbf commit 317d673
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Books by Agiliq

.. image:: book-covers/merged.jpg


- `Django Admin Cookbook (Django 2.0) <https://books.agiliq.com/projects/django-admin-cookbook/>`_
- `Django ORM Cookbook (Django 2.0) <https://books.agiliq.com/projects/django-orm-cookbook/>`_
- `Building APIs with Django and Django Rest Framework (Django 2.0) <http://books.agiliq.com/projects/django-api-polls-tutorial/>`_
Expand All @@ -12,26 +13,53 @@ Books by Agiliq
- `Django Projects Cookbook (Django 2.0) <https://books.agiliq.com/projects/djenofdjango/>`_
- `Software consulting Howto (2011) <https://www.agiliq.com/softwareconsulting/>`__
- `Visual Arts with Python (Python 3.6) <https://books.agiliq.com/projects/Visual-Arts-with-Python/>`_
- `Jounrneyman Python (Python 3.6) <https://books.agiliq.com/projects/Journeyman-Python/>`_
- `Journeyman Python (Python 3.6) <https://books.agiliq.com/projects/Journeyman-Python/>`_
- `Django Gotchas (Outdated) <http://books.agiliq.com/projects/django-gotchas/>`_


Django Admin Cookbook
++++++++++++++++++++++++++++++++++++++++++++++

Django Admin Cookbook is intermediate level book about doing things with Dajngo admin, written in a question and answer style.
Django Admin Cookbook is intermediate level book about doing things with Django Admin, written in a question and answer style.

`Read Django Admin Cookbook <https://books.agiliq.com/projects/django-admin-cookbook/>`_

.. image:: book-covers/book-cover-dac-320.png

----------



Django ORM Cookbook
++++++++++++++++++++++++++++++++++++++++++++++

Django ORM Cookbook is a book about doing things with Django ORM and Django models. Django is a “MTV” (Model-Template-View) framework – This book provides a deep dive into the :code:`M` part.

`Read Django ORM Cookbook <https://books.agiliq.com/projects/django-orm-cookbook/>`_

.. image:: book-covers/book-cover-doc-320.png

----------


Building APIs with Django and Django Rest Framework
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Building APIs with Django and Django Rest Framework rewrites the beginner Django polls app to an API format using Django Rest Framework.

`Read Building APIs with Django and DRF <http://books.agiliq.com/projects/django-api-polls-tutorial/>`_

.. image:: book-covers/book-cover-api-320.png

----------


Building Multi Tenant Applications with Django
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Building multi tenant applications with Django teaches how to build multi tenant apps and the various approaches to multi tenancy. In this book, you will rebuild the same app using the various methods to achieve multi-tenancy.

`Read it here <https://books.agiliq.com/projects/django-multi-tenant/>`_

.. image:: book-covers/book-cover-mta-320.png

Software consulting Howto
++++++++++++++++++++++++++
Expand All @@ -43,16 +71,26 @@ Visual Arts with Python

Let us make some beautiful things with Python.

Jounrneyman Python
`Read Visual Arts with Python <https://books.agiliq.com/projects/Visual-Arts-with-Python/>`_

Journeyman Python
+++++++++++++++++++

Learn advanced Python by reading code of well engineered software.

`Read Journeyman Python <https://books.agiliq.com/projects/Journeyman-Python/>`_

.. image:: book-covers/book-cover-jop-320.png

Django Projects Cookbook
++++++++++++++++++++++++++++++++++++++++++++++

A Django book which teaches advanced Django concepts by building real Django projects.

- `Read Django Projects Cookbook <https://books.agiliq.com/projects/djenofdjango/>`_

.. image:: book-covers/book-cover-dpc-320.png


Django Design Patterns
++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
Binary file added book-covers/book-cover-dpc-320.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added book-covers/book-cover-jop-320.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 317d673

Please sign in to comment.