- Language: en
12 results for help in the development version
-
How to create custom django-admin commands
- … help A short description of the command, which will be printed in the help message …
-
How to create custom model fields
- … help you use your object with your models. Our example object Creating custom fields requires …
-
How to manage error reporting
- … helpful for debugging errors, so it is generally useful to record as much relevant information …
-
How to install Django on Windows
- … helps to install and uninstall Python packages (such as Django!). For the rest of the installation …
-
Deployment checklist
- … helps a lot on virtualized hosts with limited network performance. TEMPLATES Enabling the cached template …
-
How to provide initial data for models
- … Fixtures are also used by the testing framework to help set up a consistent test environment. …
-
How to delete a Django application
- … help you delete an application safely. Remove all references to the app (imports, foreign keys …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … help you manage them. This page describes how you can serve these static files. Configuring …
-
How to create PDF files
- … also Django Packages provides a comparison of packages that help generate PDF files from Django. …
-
How to create custom template tags and filters
- … helpful messages, for any syntax error. The TemplateSyntaxError exceptions use the tag_name variable. Don’t hardcode …
-
How to upgrade Django to a newer version
- … help make your upgrade process as smooth as possible. Required Reading If it’s your …
-
How to deploy static files
- … help. Serving the site and your static files from the same server If you want …