Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 277 Bytes

Unicorn test project for forms

git clone https://github.com/nerdoc/django-unicorn-forms-test.git
cd django-unicorn-forms-test
virtualenv .venv && . .venv/bin/activate
pip install -U pip && pip install -r requirements.txt
./manage.py migrate
manage.py runserver