Add common folder

This commit is contained in:
saqibur 2022-08-15 09:34:17 +06:00
parent f730736a7b
commit 5e86cb98e6
3 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ the next big thing our team develops.
│ ├── urls.py │ ├── urls.py
│ ├── utils.py │ ├── utils.py
│ └── views.py │ └── views.py
├── common # An optional folder containing common "stuff" for the entire project
├── config ├── config
│ ├── settings │ ├── settings
│ │ ├── base.py │ │ ├── base.py

0
common/generics.py Normal file
View File

0
common/mixins.py Normal file
View File