base-common-drf is a Django app with common implementations for base Angewandte projects using Django REST Framework.
- Install the package:
pip install base-common-drf
- Add
base_common_drfto yourINSTALLED_APPSsetting like this:
INSTALLED_APPS = [
…,
'base_common_drf',
]