zzbennett / davidandem-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David and Emily are Getting Married

And we're building the website!

Setup

pip install -r requirements.txt
export PYTHONPATH=.
python wedding/app.py

Assets

Static assets should be placed in the 'static' directory at the root of the repository. All static resources will be served from the /static path. For example, if you had an image <repository root>/static/images/kiss.png, you could reference this in HTML from /static/images/kiss.png.

Templates can be rendered just by calling the template() function from the bottle module.

About


Languages

Language:Smarty 59.7%Language:JavaScript 17.3%Language:CSS 16.4%Language:Python 6.6%