jairajs89 / starter-kit-appengine

Don't use this yet. I'm changing a lot of things..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your AppEngine starter kit

Setup

Install Python SDK for Google AppEngine

make install

Development

make server
# your debug server is now running at localhost:8080

Run tests:

make test

Deployment

make deploy

External libraries

If you add a new external dependency to requirements.xlib.txt you must run the following command and commit:

make xlib

About

Don't use this yet. I'm changing a lot of things..


Languages

Language:Python 97.5%Language:Makefile 2.5%