Skip to content

Instantly share code, notes, and snippets.

@adhadse
Last active November 27, 2020 14:29
Show Gist options
  • Save adhadse/398bded47cccff062ba250a3b71f1404 to your computer and use it in GitHub Desktop.
Save adhadse/398bded47cccff062ba250a3b71f1404 to your computer and use it in GitHub Desktop.
# Application definition
INSTALLED_APPS = [
'rest_framework',
'serverapi.apps.ServerapiConfig',
'otherapp',
'otherapp2',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment