INSTALLED_APPS = [
    # ...
    'rest_framework',
    'gateway',
]

# Add CORS settings if necessary
CORS_ORIGIN_ALLOW_ALL = True