- 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
推薦閱讀
- 密碼學(xué)原理與Java實現(xiàn)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- Java 11 Cookbook
- SciPy Recipes
- Mastering Apache Storm
- Instant Zurb Foundation 4
- Python數(shù)據(jù)預(yù)處理技術(shù)與實踐
- Less Web Development Cookbook
- MySQL核心技術(shù)與最佳實踐
- Hadoop MapReduce v2 Cookbook(Second Edition)
- vSphere High Performance Cookbook(Second Edition)
- Kali Linux Wireless Penetration Testing Essentials
- C#典型模塊與項目實戰(zhàn)大全