Skip to content

Instantly share code, notes, and snippets.

@Chukslord1
Created July 31, 2021 13:43
Show Gist options
  • Save Chukslord1/457beed15c9f5cf98e33275fdca77226 to your computer and use it in GitHub Desktop.
Save Chukslord1/457beed15c9f5cf98e33275fdca77226 to your computer and use it in GitHub Desktop.
Agora Video Application
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'App',
'agora',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment