Django 2 Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

See also

  • The Working with a virtual environment recipe in Chapter 1Getting Started with Django 2.1
  • The Working with Docker recipe in Chapter 1, Getting Started with Django 2.1
  • The Handling project dependencies with pip in Chapter 1Getting Started with Django 2.1
  • The Including external dependencies in your project recipe in Chapter 1, Getting Started with Django 2.1
  • The Changing a foreign key to the many-to-many field recipe