octue / django-gcp

Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Other
19 stars 3 forks source link

feat: unfold support #51

Closed lukasvinclav closed 10 months ago

lukasvinclav commented 10 months ago

Support for django-unfold package. Minimal required version of Unfold is 0.17.1. To start with testing with the support, it is mandatory to install django-unfold and add "unfold" into "INSTALLED_APPS" (before "django.contrib.admin").