- 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
推薦閱讀
- Learn Programming in Python with Cody Jackson
- Scratch 3游戲與人工智能編程完全自學教程
- Visual Basic程序設計實驗指導(第4版)
- Unity 5.x By Example
- UML 基礎與 Rose 建模案例(第3版)
- 深入分布式緩存:從原理到實踐
- Learning Modular Java Programming
- MySQL程序員面試筆試寶典
- Scala編程(第5版)
- Extending Unity with Editor Scripting
- Qlik Sense? Cookbook
- Scala編程實戰
- Android應用開發實戰(第2版)
- 深度學習入門:基于Python的理論與實現
- Ubuntu Server Cookbook