Initial commit
authorMagnus Hagander <magnus@hagander.net>
Fri, 17 Aug 2012 13:40:31 +0000 (15:40 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 17 Aug 2012 13:40:31 +0000 (15:40 +0200)
commit040b27476030a7aa651c6f9ee1eb8ea8c7db22e8
tree7e418c9b4ac6fac406453ce3103716cd65532ff9
Initial commit
12 files changed:
pgmailmgr/.gitignore [new file with mode: 0644]
pgmailmgr/__init__.py [new file with mode: 0644]
pgmailmgr/mailmgr/__init__.py [new file with mode: 0644]
pgmailmgr/mailmgr/admin.py [new file with mode: 0644]
pgmailmgr/mailmgr/forms.py [new file with mode: 0644]
pgmailmgr/mailmgr/models.py [new file with mode: 0644]
pgmailmgr/mailmgr/templates/form.html [new file with mode: 0644]
pgmailmgr/mailmgr/templates/home.html [new file with mode: 0644]
pgmailmgr/mailmgr/views.py [new file with mode: 0644]
pgmailmgr/manage.py [new file with mode: 0755]
pgmailmgr/settings.py [new file with mode: 0644]
pgmailmgr/urls.py [new file with mode: 0644]