Skip to content

Instantly share code, notes, and snippets.

@ilyes-d
Last active June 2, 2022 15:14
Show Gist options
  • Save ilyes-d/ed6e9d7ff97ddebb9d01981e4e51ba35 to your computer and use it in GitHub Desktop.
Save ilyes-d/ed6e9d7ff97ddebb9d01981e4e51ba35 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
...
...
'google_scholar_serpapi', # New
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment