Add Authentication and Basic CRUD for Repos 49/37549/2
authorakhilbatra898 <akhil.batra@research.iiit.ac.in>
Sat, 15 Jul 2017 04:14:23 +0000 (09:44 +0530)
committerakhilbatra898 <akhil.batra@research.iiit.ac.in>
Sat, 15 Jul 2017 04:27:26 +0000 (09:57 +0530)
commit0fd661ea6bae299b69e65f90966304012eb794d2
tree73bcd903e77fc656863b5241df39f028f8e528f5
parent2e4a3dfc8b45ae6dc72aa85510ce920dbafe54ad
Add Authentication and Basic CRUD for Repos

 - Map urls to the CRUD views
 - Add html templates for the views
 - Set authentication settings

Change-Id: Ifcfe39a8341d44376e322d195e995fcaa1716d7d
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
qtip/web/bench/migrations/0004_auto_20170715_0325.py [new file with mode: 0644]
qtip/web/bench/models.py
qtip/web/bench/urls.py [new file with mode: 0644]
qtip/web/bench/views.py
qtip/web/templates/bench/base.html [new file with mode: 0644]
qtip/web/templates/bench/repo_form.html [new file with mode: 0644]
qtip/web/templates/registration/login.html [new file with mode: 0644]
qtip/web/web/settings.py
qtip/web/web/urls.py