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_drf
to yourINSTALLED_APPS
setting like this:
INSTALLED_APPS = [
…,
'base_common_drf',
]