add twitter feed
This commit is contained in:
@@ -19,6 +19,7 @@ ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', [])
|
||||
INSTALLED_APPS = [
|
||||
'django_extensions',
|
||||
'bootstrap4',
|
||||
'crispy_forms',
|
||||
'djconfig',
|
||||
'django_celery_results',
|
||||
'django_celery_beat',
|
||||
@@ -113,6 +114,8 @@ LOGIN_URL = 'cabinet:login'
|
||||
LOGIN_REDIRECT_URL = 'cabinet:index'
|
||||
LOGOUT_REDIRECT_URL = LOGIN_URL
|
||||
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||
|
||||
sentry_sdk.init(
|
||||
dsn=env.str('SENTRY_DSN', None),
|
||||
integrations=[DjangoIntegration()],
|
||||
|
Reference in New Issue
Block a user