Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 189 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 189 Bytes

django-test

pip freeze > requirements.txt
virtualenv --no-site-packages --distribute test && source test/bin/activate && pip install -r requirements.txt

admin
iamnothuey