refactor(views): move views to own directory

!1
This commit is contained in:
2024-05-13 14:00:53 +09:30
parent 8a62c3f6ee
commit c7986328f7
8 changed files with 227 additions and 197 deletions

View File

@ -35,6 +35,7 @@ class YourObject(TenancyObject):
```
#### View Setup
``` python