Atomidata/960-layout-system
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=====================
960 Layout System
=====================
Install
==============
1. Install flask, sqlalchemy and pygments (easy_install flask, easy_install sqlalchemy, easy_install pygments).
2. Create the database - run models.py (python models.py).
3. Run the test server python webapp.py
TODO
====
* Fix issue with posting invalid data in the forms
* Add more documentation