Adding Useful Django Modules (#7890)

* Adding Useful Django Modules

Added handy Django modules which are not known to many users but which when learnt might make their works easy

* Updating Alphabetical Order

* PR Test

* Alphabetical Order

* Alphabet Ordering

* Updated Django Modules to web based links

* Resolved Changes
pull/8784/head^2
Shyam Sundhar 2 years ago committed by GitHub
parent fb8d38d28a
commit d827a50158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      books/free-programming-books-langs.md

@ -2025,6 +2025,9 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
#### Django
* [All-Auth](https://django-allauth.readthedocs.io/en/latest/overview.html) (HTML)
* [AutoComplete-Light](https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html) (HTML)
* [Django Filters](https://django-filter.readthedocs.io/en/stable/) (HTML)
* [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) (1.11)
* [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.5.x/django.pdf) (PDF) (1.5)
* [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.7.x/django.pdf) (PDF) (1.7)
@ -2036,10 +2039,13 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/4.0.x/django.pdf) (PDF) (4.0)
* [Django Rest Framework](https://riptutorial.com/Download/django-rest-framework.pdf) - Compiled from StackOverflow Documentation (PDF)
* [Django RESTful Web Services](https://www.packtpub.com/free-ebooks/django-restful-web-services) - Gaston C. Hillar (Packt account *required*)
* [Django Storages](https://django-storages.readthedocs.io/en/latest/) (HTML)
* [Django Tinymce](https://django-tinymce.readthedocs.io/en/latest/) (HTML)
* [Django Web Framework (Python)](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - MDN contributors
* [Djen of Django](http://agiliq.com/books/djenofdjango/)
* [Effective Django](https://web.archive.org/web/20181130092020/http://www.effectivedjango.com/) (1.5)
* [How to Tango With Django](http://www.tangowithdjango.com/book17/) (1.7)
* [Social Auth App](https://python-social-auth.readthedocs.io/en/latest/) (HTML)
* [Test-Driven Development With Python And Django](http://www.obeythetestinggoat.com/pages/book.html) (1.11)

Loading…
Cancel
Save