Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 522 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 522 Bytes

Usage

wget https://github.com/kezabelle/django-packagetemplate/archive/master.zip && unzip master.zip && ./django-packagetemplate-master/setup.sh

Working on it

Treat the python-packagetemplate as a potential set of branches to pull changes from:

  • git clone git@github.com:kezabelle/django-packagetemplate.git
  • git remote add git@github.com:kezabelle/python-packagetemplate.git
  • git fetch origin && git fetch upstream

Merging changes?

merge, or cherry-pick ... whatever mood I'm in, I guess.