commit 53b9a0065160d0d4796d0ce78ac255cb1f21e572 Author: wsvincent Date: Wed Apr 11 09:01:07 2018 -0400 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b698d3 --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +# Awesome Django + +> A curated list of awesome things related to Django + +## Table of Contents + +- [Table of Contents](#table-of-contents) +- [Resources](#resources) + - [Official Resources](#official-resources) + - [General Tutorials](#general-tutorials) + - [External Resources](#external-resources) + - [Starter Projects](#starter-projects) +- [Third-Party Packages](#third-party-packages) +- [Books](#books) +- [Videos](#videos) + +--- +## Resources + +### Official Resources + +- [Django Official Website](https://www.djangoproject.com/) +- [Django Documentation](https://docs.djangoproject.com/en/dev/) +- [Django Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) +- [Django Source Code](https://github.com/django/django) + +### General Tutorials +- [Django for Beginners](https://djangoforbeginners.com/) +- [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) +- [Mozilla Tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) +- [A Complete Beginner's Guide to Django](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) + +### External Resources +- [Classy Class-Based Views](http://ccbv.co.uk/) - Detailed descriptions for each generic class-based view. +- [Django Packages](https://djangopackages.org/) - Comprehensive directory of reusable Django apps and tools. +- [William Vincent's Website](https://wsvincent.com) - Up-to-date tutorials on Django and Django Rest Framework. +- [Simple is Better than Complex](https://simpleisbetterthancomplex.com/) - Regularly updated website with many tutorials and tips on Django. +- [Full Stack Python's Django Page](https://www.fullstackpython.com/django.html) - Explanation of Django philosophy and links to other resources and tutorials. + +### Starter Projects +- [cookiecutter-django](https://github.com/pydanny/cookiecutter-django) +- [djangox](https://github.com/wsvincent/djangox) +- [edge](https://github.com/arocks/edge) +- [demo-allauth-bootstrap](https://github.com/aellerton/demo-allauth-bootstrap) + +## Third-Party Packages +> For a complete listing of all available packages, see [Django Packages](https://djangopackages.org/) + +- [django-allauth](https://github.com/pennersr/django-allauth/) - User registration, social authentication, account management, and more. +- [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file. +- [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms +- [dj-database-url](https://github.com/kennethreitz/dj-database-url/) - Use database URLs in a Django application +- [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/) - Configurable panels to debug requests/responses +- [django-environ](https://github.com/joke2k/django-environ) - Environment variables +- [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions for Django +- [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django +- [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django +- [django-registration](https://github.com/macropin/django-registration/) - User registration +- [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django +- [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites + +## Books +- [Two Scoops of Django: Best Practices for Django 1.11](https://www.twoscoopspress.com/products/two-scoops-of-django-1-11/) +- [Django for Beginners: Learn web development with Django 2.0](https://leanpub.com/djangoforbeginners) +- [Build Your First Website with Python and Django 1.11](https://www.amazon.com/Build-First-Website-Python-Django/dp/0994616856) +- [Django RESTful Web Services](https://www.amazon.com/dp/1788833929) +- [Test-Driven Development with Python](https://www.amazon.com/dp/1491958707) + +## Videos +- [Treehouse](https://teamtreehouse.com/tracks/learn-django) +- [Coding for Entrepreneurs](https://www.codingforentrepreneurs.com/) +- [GoDjango](https://godjango.com/) + + +--- +### License +[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)