- Language: en
26 results for Best practices in version 4.0
-
How to install Django on Windows
- … best practice to provide a dedicated environment for each Django project you create. There are many …
-
Committing code
- … best pull requests possible. In practice however, mergers - who will likely be more familiar with …
-
Django 1.9 release notes
- … best to apply the following practices: Any code that generates HTML should use either the template …
-
Performance and optimization
- … practices you should adopt even before you start thinking about improving performance. In this respect Python is an excellent language to work with, because solutions that look elegant and feel right usually are the best …
-
QuerySet API reference
- … QuerySet API reference This document describes the details of the QuerySet API. It builds on …
-
Translation
- … Translation Overview In order to make a Django project translatable, you have to add a …
-
Settings
- … Settings Core Settings Auth Messages Sessions Sites Static Files Core Settings Topical Index Warning Be …
-
Model instance reference
- … Model instance reference This document describes the details of the Model API. It builds on …
-
Formsets
- … Formsets class BaseFormSet A formset is a layer of abstraction to work with multiple forms …
-
Database transactions
- … Database transactions Django gives you a few ways to control how database transactions are managed …