- Web Development with Django Cookbook(Second Edition)
- Aidas Bendoraitis
- 120字
- 2021-07-23 14:31:56
Chapter 1. Getting Started with Django 1.8
In this chapter, we will cover the following topics:
- Working with a virtual environment
- Creating a project file structure
- Handling project dependencies with pip
- Making your code compatible with both Python 2.7 and Python 3
- Including external dependencies in your project
- Configuring settings for development, testing, staging, and production environments
- Defining relative paths in the settings
- Creating and including local settings
- Setting up STATIC_URL dynamically for Subversion users
- Setting up STATIC_URL dynamically for Git users
- Setting UTF-8 as the default encoding for MySQL configuration
- Setting the Subversion ignore property
- Creating a Git ignore file
- Deleting Python-compiled files
- Respecting the import order in Python files
- Creating app configuration
- Defining overwritable app settings
推薦閱讀
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Mastering Python Scripting for System Administrators
- GameMaker Programming By Example
- Swift細致入門與最佳實踐
- R Data Analysis Cookbook(Second Edition)
- Visual C++開發入行真功夫
- SQL Server數據庫管理與開發兵書
- C/C++程序員面試指南
- Django 3.0應用開發詳解
- SwiftUI極簡開發
- Learning Concurrency in Python
- HTML5游戲開發實戰
- 例解Python:Python編程快速入門踐行指南
- Learning Ionic(Second Edition)
- PHP 7 Programming Blueprints