Skip to content

bennbollay/resthookdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resthookdemo

Check it out live at http://demo.resthooks.org/.

Run Locally

Assuming you use virtualenv:

git clone git@github.com:zapier/resthookdemo.git
mkvirtualenv resthookdemo
pip install -r requirements.txt
./manage.py syncdb
./manage.py loaddata crm.json
./manage.py runserver

Log in as user/admin on http://localhost:8000/ and enjoy!

About

A quick and easy demo application for rest hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published