Nisarg Patel

Results 3 issues of Nisarg Patel

**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...

**Is your feature request related to a problem? Please describe.** A single command, to setup any omniport app (along with all the dependent services) in local for development. - Why...

enhancement