Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 414 Bytes

Simple Ajax Crud

Example used in the blog post How to Implement CRUD Using Ajax and Json

Running Locally

git clone https://github.com/sibtc/simple-ajax-crud.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver