Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 620 Bytes

webscript_db

A web-interface and database backend for 'webscript'.

Quick Setup

Django 1.3.3: pip install django==1.3.3 Tastypie: pip install django-tastypie

Add this directory to the PYTHONPATH so django can find the webscript_backend django app.

cd webscriptdb/ python manage.py syncdb # First time only to create DB python manage.py runserver

Useful starting URLs: