Remove the djano webservice in its entirety

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2023-11-15 23:30:06 +02:00
parent 962f26ae05
commit ec7399752c
222 changed files with 0 additions and 23336 deletions

View File

@ -7,7 +7,6 @@ BIN = euscan
clean
install-user
install-user-test
install-user-web
install
uninstall distclean
@ -23,9 +22,6 @@ install-user:
install-user-test:
pip install --user .'[test]'
install-user-web:
pip install --user .'[web]'
install: install-user