Initial version of django-based tool to administer blog registrations,
authorMagnus Hagander <magnus@hagander.net>
Mon, 3 Nov 2008 15:53:57 +0000 (15:53 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 3 Nov 2008 15:53:57 +0000 (15:53 +0000)
commitca761e21a0e0351276ecea830ce0be28b8571816
treec6f39046384ea1112843ff63c508335f0f16f3f6
parent83017b427b0c5904f78d4c686ab49d0f5edaaf3f
Initial version of django-based tool to administer blog registrations,
both as a subscriber directly and as a planet administrator.

More to be done, not in the least in the design department, but getting
it in there so I don't delete it - and so that others can work on the
all-important design stuff!
15 files changed:
planetadmin/__init__.py [new file with mode: 0644]
planetadmin/auth.py [new file with mode: 0644]
planetadmin/local_settings.py.sample [new file with mode: 0644]
planetadmin/manage.py [new file with mode: 0755]
planetadmin/register/__init__.py [new file with mode: 0644]
planetadmin/register/models.py [new file with mode: 0644]
planetadmin/register/templates/blogposts.html [new file with mode: 0644]
planetadmin/register/templates/index.html [new file with mode: 0644]
planetadmin/register/templates/regbase.html [new file with mode: 0644]
planetadmin/register/templates/registration/login.html [new file with mode: 0644]
planetadmin/register/urls.py [new file with mode: 0644]
planetadmin/register/views.py [new file with mode: 0644]
planetadmin/settings.py [new file with mode: 0644]
planetadmin/urls.py [new file with mode: 0644]
template/base.tmpl