Intro to Django
SOURCES
ARTICLES
Getting Started with Django
How Django Works Behind the Scenes
What is Tailwind CSS?
NOTES
- Django is a python based web-framework used by companies like instagram
- Django is open source and free on github.
- Although Django is open source, there are still full time developers working on the behind the scenes. They are paid through the Django software foundation.
- The foundation also supports 3rd party projects for Django
- The mantra is “Django: The web framework for perfectionists with deadlines.”
- It is fast and does a lot of legwork for us.
- Django has included:
- user authentication
- content admin
- site maps
- rss feeds
- and more!
- Popular sites like instagram, pintrest, and mozilla use Django