refactor: rename app from itsm -> app

used app as this is a root application and not a django project app

!1
This commit is contained in:
2024-05-13 17:39:54 +09:30
parent eb9eeff4ed
commit 0edfba604a
41 changed files with 18 additions and 18 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
venv/**
itsm/static/**
*/static/**
__pycache__
itsm/db.sqlite3
**db.sqlite3
**.coverage
artifacts/