m.l

Results 23 issues of m.l

“In this chapter, we will cover the following recipes: Customizing columns in the change list page Creating admin actions Developing change list filters Exchanging administration settings for external apps Inserting...

“Chapter 4. Templates and JavaScript In this chapter, we will cover the following topics: Arranging the base.html template Including JavaScript settings Using HTML5 data attributes Opening object details in a...

本章我们会学习到以下内容: - 使用虚拟环境 - 创建一个项目文件结构 - 用pip处理项目依赖 - 在项目中包括外部的依赖 - 在settings中定义相对路径 - 为Subersion用户动态地配置STATIC_URL - 为Git用户动态地配置STATIC_URL - 创建并包括本地设置 - 把UTF-8设置为MySQL配置的默认编码格式 - 设置Subversion的忽略特性 - 创建Git忽略文件 - 删除Python编译文件 - 在Python文件中导入顺序 - 定义可重写的app设置