Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 392 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 392 Bytes

ajaxdemo

Demonstrates a pattern of creating objects, editing objects, and sorting them, all on the same page.

Getting Started

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites
npm run dev

Browse to http://localhost:3000/