**Describe the bug** Backend throws a `TypeError` if `integrations` is left blank in `base.yml`. This is because in https://github.com/IMGIITRoorkee/omniport-backend/blob/d1261f674c2bee9561728e487db38c95b04913af/omniport/omniport/settings/configuration/integrations.py#L12 `_CONF.integrations` is `None` and hence not iterable here. **To Reproduce** Make `integrations` blank in `base.yml` **Expected behavior** There should be a check first, to see if `integrations` is `None` or not, to avoid this `TypeError` **Operating System:** - OS: Linux - Browser: Firefox **Want to take up?** Sure