Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
45dc14d7
Commit
45dc14d7
authored
Apr 02, 2018
by
Virgílio N Santos
Browse files
project: update social plugins config and requirements
parent
9c2bf35e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
config/settings/base.py
config/settings/base.py
+6
-1
requirements/base.txt
requirements/base.txt
+2
-1
No files found.
config/settings/base.py
View file @
45dc14d7
...
...
@@ -38,6 +38,8 @@ DJANGO_APPS = [
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
# needed for allauth templates
'crispy_forms'
,
# Useful template tags:
# 'django.contrib.humanize',
...
...
@@ -188,6 +190,9 @@ TEMPLATES = [
},
]
# See: http://django-crispy-forms.readthedocs.io/en/latest/install.html#template-packs
CRISPY_TEMPLATE_PACK
=
'bootstrap4'
# STATIC FILE CONFIGURATION
# ------------------------------------------------------------------------------
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-root
...
...
@@ -304,7 +309,7 @@ SOCIALACCOUNT_PROVIDERS = {
],
'EXCHANGE_TOKEN'
:
True
,
'VERIFIED_EMAIL'
:
False
,
'VERSION'
:
'v2.1
0
'
,
'VERSION'
:
'v2.1
2
'
,
}
}
...
...
requirements/base.txt
View file @
45dc14d7
...
...
@@ -40,7 +40,7 @@ redis>=2.10.5
django-filter==1.0.2
djangorestframework==3.7.1
django-rest-auth[with_social]==0.9.
1
django-rest-auth[with_social]==0.9.
3
django-cors-headers==1.2.0
# libs needed by django-rest-framework api auto documentations
...
...
@@ -48,5 +48,6 @@ coreapi==2.3.3
coreapi-cli==1.0.6
pygments==2.2.0
markdown==2.6.9
django-crispy-forms==1.7.2
django-autoslug==1.9.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment