SQUASHING

This commit is contained in:
Matthew Ryan Dillon 2016-06-15 15:12:34 -07:00
parent 8573b0326b
commit a541a6f301
42 changed files with 588 additions and 1001 deletions

View file

@ -16,17 +16,13 @@ DJANGO_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites', # Need this for djoser
'django.contrib.messages',
'django.contrib.staticfiles',
'grappelli',
'django.contrib.admin',
)
THIRD_PARTY_APPS = (
'crispy_forms',
'allauth',
'allauth.account',
'bootstrap3',
'django_tables2',
'rest_framework',
'rest_framework.authtoken',
'corsheaders',
@ -242,3 +238,5 @@ REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'drf_ember_pagination.EmberPageNumberPagination',
'PAGE_SIZE': 100,
}
SITE_ID = 1