更新时间:2021-06-24 16:56:59
封面
Title Page
Copyright and Credits
Django 3 Web Development Cookbook Fourth Edition
About Packt
Why subscribe?
Contributors
About the authors
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Getting Started with Django 3.0
Introduction
Technical requirements
Working with a virtual environment
How to do it...
How it works...
Creating a project file structure
There's more...
Handling project dependencies with pip
Configuring settings for development testing staging and production environments
Defining relative paths in the settings
Handling sensitive settings
Including external dependencies in your project
Setting up STATIC_URL dynamically
Setting UTF-8 as the default encoding for the MySQL configuration
Creating the Git ignore file
Deleting Python-compiled files
Respecting the import order in Python files
Creating an app configuration