Initial skeleton commit.
authorEevee <git@veekun.com>
Tue, 4 May 2010 05:20:23 +0000 (22:20 -0700)
committerEevee <git@veekun.com>
Tue, 4 May 2010 05:20:23 +0000 (22:20 -0700)
commit232ffbd8b5749c70a67e65fbe5f88a8ee0f262cd
treef8ac2ae889730a025f7cabcda63dca1c652f16b1
Initial skeleton commit.
14 files changed:
.gitignore [new file with mode: 0644]
migration/README [new file with mode: 0644]
migration/__init__.py [new file with mode: 0755]
migration/manage.py [new file with mode: 0644]
migration/migrate.cfg [new file with mode: 0644]
migration/versions/__init__.py [new file with mode: 0755]
setup.py [new file with mode: 0644]
spline/__init__.py [new file with mode: 0644]
spline/plugins/__init__.py [new file with mode: 0644]
spline/plugins/forum/__init__.py [new file with mode: 0644]
spline/plugins/forum/controllers/__init__.py [new file with mode: 0644]
spline/plugins/forum/controllers/forum.py [new file with mode: 0644]
spline/plugins/forum/model/__init__.py [new file with mode: 0644]
spline/plugins/forum/templates/css/forum.mako [new file with mode: 0644]