diff --git a/README.md b/README.md index c95e074..9c1e405 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ the next big thing our team develops. │ ├── urls.py │ ├── utils.py │ └── views.py +├── common # An optional folder containing common "stuff" for the entire project ├── config │ ├── settings │ │ ├── base.py diff --git a/common/generics.py b/common/generics.py new file mode 100644 index 0000000..e69de29 diff --git a/common/mixins.py b/common/mixins.py new file mode 100644 index 0000000..e69de29