Add services page.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 20 Aug 2021 13:50:39 +0000 (15:50 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 20 Aug 2021 13:50:39 +0000 (15:50 +0200)
commit639f17ee0781009187a564cf5679f4bd11bff43c
tree46a427b5989bc524bc23213539434d326c27d118
parenta8839fd03b111157daa7dc79ea0bab713118e942
Add services page.
17 files changed:
requirements.txt
src/accounts/templates/account/base.html
src/accounts/templates/account/profile.html
src/accounts/templates/registration/password_change_form.html
src/cas/settings.py
src/cas/static/css/main.css
src/cas/templates/base.html
src/cas/urls.py
src/services/migrations/0003_auto_20210820_1035.py [new file with mode: 0644]
src/services/models.py
src/services/templates/services/base.html [new file with mode: 0644]
src/services/templates/services/service_detail.html [new file with mode: 0644]
src/services/templates/services/service_list.html [new file with mode: 0644]
src/services/urls.py
src/services/views.py
src/ssh_keys/templates/ssh_keys/sshkey_add.html
src/ssh_keys/templates/ssh_keys/sshkey_list.html