Skip to content

kingb/webscript_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages