]> git.frykholm.com Git - tranquillity.git/commit - templates/base_generic.html
Initial upload
authorMikael Frykholm <mikael@frykholm.com>
Mon, 14 May 2018 08:27:06 +0000 (10:27 +0200)
committerMikael Frykholm <mikael@frykholm.com>
Mon, 14 May 2018 08:27:06 +0000 (10:27 +0200)
commit26235f08dc5391137a93f77ff145a3a69e002de3
tree3f93e1dbdbb59c273d63742b1cbaff96d40e74d9
Initial upload
25 files changed:
.gitignore [new file with mode: 0644]
customerportal/__init__.py [new file with mode: 0644]
customerportal/admin.py [new file with mode: 0644]
customerportal/apps.py [new file with mode: 0644]
customerportal/migrations/__init__.py [new file with mode: 0644]
customerportal/models.py [new file with mode: 0644]
customerportal/static/css/styles.css [new file with mode: 0644]
customerportal/templates/customerportal/landing.html [new file with mode: 0644]
customerportal/tests.py [new file with mode: 0644]
customerportal/urls.py [new file with mode: 0644]
customerportal/views.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
templates/base_generic.html [new file with mode: 0644]
templates/registration/login.html [new file with mode: 0644]
templates/registration/logout.html [new file with mode: 0644]
templates/registration/password_reset_complete.hml [new file with mode: 0644]
templates/registration/password_reset_confirm.hml [new file with mode: 0644]
templates/registration/password_reset_done.hml [new file with mode: 0644]
templates/registration/password_reset_email.html [new file with mode: 0644]
templates/registration/password_reset_form.hml [new file with mode: 0644]
tranquillity/__init__.py [new file with mode: 0644]
tranquillity/auth_backend.py [new file with mode: 0644]
tranquillity/settings.py [new file with mode: 0644]
tranquillity/urls.py [new file with mode: 0644]
tranquillity/wsgi.py [new file with mode: 0644]