Created basic working client UI using ExtJS. master
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 2 Mar 2011 08:04:08 +0000 (08:04 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 2 Mar 2011 08:04:08 +0000 (08:04 +0000)
commit6a001328ea8a6a093d1b293ad5f07542a871625c
treef47c04d308479d7748955838e9f9cfe7a33c9963
parent2c563a536795dae3cc7b973595612e245f66f33b
Created basic working client UI using ExtJS.
The code is a bit hacked together and messy, mostly because I find writing Python and JavaScript concurrently very distracting.
12 files changed:
.gitmodules [new file with mode: 0644]
README [new file with mode: 0644]
media/reader/extjs [new submodule]
media/reader/fugue-icons [new submodule]
media/reader/icons.css [new file with mode: 0644]
migrations/0004_auto__add_userentry.py [new file with mode: 0644]
models.py
templates/reader/home.html
templates/reader/lib.js [new file with mode: 0644]
urls.py
utils.py
views.py