Reasonable first implementation of the admin interface
authorMagnus Hagander <magnus@hagander.net>
Wed, 17 Dec 2008 14:31:06 +0000 (15:31 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 17 Dec 2008 14:31:06 +0000 (15:31 +0100)
commit9269fb07514964f5521de67e9654c683cae1728c
treedcd66e3ae2598c7243d55c73ecaec7683505bb38
parent89cc3c8d43e516a2d1ea552081787159889f0261
Reasonable first implementation of the admin interface
17 files changed:
gitadmin/__init__.py [new file with mode: 0644]
gitadmin/adm/.gitignore [new file with mode: 0644]
gitadmin/adm/__init__.py [new file with mode: 0644]
gitadmin/adm/admin.py [new file with mode: 0644]
gitadmin/adm/forms.py [new file with mode: 0644]
gitadmin/adm/models.py [new file with mode: 0644]
gitadmin/adm/templates/base.html [new file with mode: 0644]
gitadmin/adm/templates/deleterepo.html [new file with mode: 0644]
gitadmin/adm/templates/index.html [new file with mode: 0644]
gitadmin/adm/templates/registration/login.html [new file with mode: 0644]
gitadmin/adm/templates/repoview.html [new file with mode: 0644]
gitadmin/adm/urls.py [new file with mode: 0644]
gitadmin/adm/views.py [new file with mode: 0644]
gitadmin/manage.py [new file with mode: 0755]
gitadmin/settings.py [new file with mode: 0644]
gitadmin/static/pggit.css [new file with mode: 0644]
gitadmin/urls.py [new file with mode: 0644]