- 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
推薦閱讀
- 測試驅動開發:入門、實戰與進階
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Selenium Design Patterns and Best Practices
- Learning Python Design Patterns(Second Edition)
- 劍指Java:核心原理與應用實踐
- SQL基礎教程(第2版)
- 計算機應用基礎實踐教程
- Java面向對象程序設計
- C和C++游戲趣味編程
- Building Machine Learning Systems with Python(Second Edition)
- R Data Science Essentials
- Unity Character Animation with Mecanim
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 你好!Python
- MySQL從入門到精通