Global web icon
djangoproject.com
https://www.djangoproject.com/
The web framework for perfectionists with deadlines | Django
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.
Global web icon
djangoproject.com
https://www.djangoproject.com/start/
Getting started with Django | Django
Django provides a powerful form library that handles rendering forms as HTML, validating user-submitted data, and converting that data to native Python types. Django also provides a way to generate forms from your existing models and use those forms to create and update data.
Global web icon
djangoproject.com
https://docs.djangoproject.com/en/5.2/topics/insta…
How to install Django | Django documentation | Django
If you want to use Django on a production site, use Apache with mod_wsgi. mod_wsgi operates in one of two modes: embedded mode or daemon mode. In embedded mode, mod_wsgi is similar to mod_perl – it embeds Python within Apache and loads Python code into memory when the server starts.
Global web icon
djangoproject.com
https://docs.djangoproject.com/
Django documentation
Reference guides contain technical reference for APIs and other aspects of Django’s machinery. They describe how it works and how to use it but assume that you have a basic understanding of key concepts.
Global web icon
djangoproject.com
https://docs.djangoproject.com/en/5.2/intro/instal…
Quick install guide | Django documentation
Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities; this guide will guide you to a minimal installation that’ll work while you walk through the introduction.
Global web icon
djangoproject.com
https://www.djangoproject.com/download/
Download Django | Django
The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs before an official release.
Global web icon
djangoproject.com
https://www.djangoproject.com/start/overview/
Django overview
Django includes dozens of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — right out of the box.
Global web icon
djangoproject.com
https://docs.djangoproject.com/en/5.2/contents/
Django documentation contents
Django documentation contents ¶ Getting started Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your views Design your templates This is just the surface Quick install guide Install Python Set up a database Install Django ...
Global web icon
djangoproject.com
https://docs.djangoproject.com/en/5.2/intro/overvi…
Django at a glance | Django documentation | Django
Although you can use Django without a database, it comes with an object-relational mapper in which you describe your database layout in Python code. The data-model syntax offers many rich ways of representing your models – so far, it’s been solving many years’ worth of database-schema problems.
Global web icon
djangoproject.com
http://www.djangoproject.com/download/
Download - Django
The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs before an official release.