Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 341 Bytes

File metadata and controls

22 lines (14 loc) · 341 Bytes

Common libraries for Django Projects

Usage

Install

The first user on the team:

  • cd your-project-that-uses-utils-lib
  • git submodule add git@github.com:dpgd/utils.git

Other team's members

  • cd your-project-that-uses-utils-lib
  • git submodule init

Update

  • git submodule update
  • git pull

API

Middleware