Skip to content

Instantly share code, notes, and snippets.

@davidsantiago-bib
Created November 27, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsantiago-bib/11e1fd2265c6d25553d4fd18c3e59905 to your computer and use it in GitHub Desktop.
Save davidsantiago-bib/11e1fd2265c6d25553d4fd18c3e59905 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',
'storages',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment