Initial commit of Gilbert, an advanced Django administration interface.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sat, 21 Aug 2010 08:22:31 +0000 (04:22 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 24 Aug 2010 13:25:06 +0000 (09:25 -0400)
commitc5ec4492ee19b3c624c654d29f04938e748510cd
treeca1e4093900f3d5c707d38af768b8c41126ad0cb
parentd1fa7611b6254a03dc07979b28f66aa3439efffb
Initial commit of Gilbert, an advanced Django administration interface.
13 files changed:
.gitmodules [new file with mode: 0644]
contrib/gilbert/__init__.py [new file with mode: 0644]
contrib/gilbert/exceptions.py [new file with mode: 0644]
contrib/gilbert/media/gilbert/extjs [new submodule]
contrib/gilbert/media/gilbert/wallpaper.README [new file with mode: 0644]
contrib/gilbert/media/gilbert/wallpaper.jpg [new file with mode: 0644]
contrib/gilbert/options.py [new file with mode: 0644]
contrib/gilbert/sites.py [new file with mode: 0644]
contrib/gilbert/templates/gilbert/api.js [new file with mode: 0644]
contrib/gilbert/templates/gilbert/base.html [new file with mode: 0644]
contrib/gilbert/templates/gilbert/css.css [new file with mode: 0644]
contrib/gilbert/templates/gilbert/index.html [new file with mode: 0644]
contrib/gilbert/utils.py [new file with mode: 0644]