user subsystem clean up 88/74188/1
authorJustin Choquette <jchoquette@iol.unh.edu>
Wed, 27 Sep 2023 21:03:38 +0000 (17:03 -0400)
committerJustin Choquette <jchoquette@iol.unh.edu>
Thu, 19 Oct 2023 22:10:17 +0000 (18:10 -0400)
commitaff53e072502d63d8002d9c83213ce7f9d12c352
tree3a30adca1fe7c958ddc092dbf7b9fa24259dd923
parent1947d40115c7b13f8617ea92078a6f910d6bc799
user subsystem clean up

Change-Id: Ia59bb7c1e4412693f55cdcaf9607bcb4158850ae
Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
29 files changed:
src/account/urls.py
src/account/views.py
src/api/models.py
src/api/urls.py
src/api/utils.py [deleted file]
src/api/views.py
src/booking/urls.py
src/booking/views.py
src/dashboard/forms.py [deleted file]
src/dashboard/tasks.py
src/dashboard/views.py
src/laas_dashboard/settings.py
src/laas_dashboard/urls.py
src/liblaas/__init__.py [new file with mode: 0644]
src/liblaas/endpoints.py [new file with mode: 0644]
src/liblaas/tests.py [new file with mode: 0644]
src/liblaas/urls.py [new file with mode: 0644]
src/liblaas/utils.py [new file with mode: 0644]
src/liblaas/views.py [new file with mode: 0644]
src/resource_inventory/views.py
src/static/js/workflows/book-a-pod.js
src/static/js/workflows/workflow.js
src/templates/base/account/booking_list.html
src/templates/base/account/resource_list.html
src/templates/base/account/settings.html
src/templates/base/booking/booking_detail.html
src/templates/base/dashboard/landing.html
src/templates/base/workflow/book_a_pod.html
src/workflow/views.py