Create a Django app `osprojects` for the new **Osprojects** api endpoint, and a `apps.py` file to go with it. See [**Django startapp**](https://docs.djangoproject.com/en/3.0/ref/django-admin/#startapp) for some details on how to do this either via the `manage.py` app, or manually.