version bump (new Django!) and remove twitter lib

This commit is contained in:
2021-10-27 07:50:13 -05:00
parent fd5c4dad1a
commit 75a1b8d7f3
4 changed files with 89 additions and 101 deletions

View File

@@ -95,6 +95,9 @@ DATABASES = {
}
}
# inherited default, look at changing to BigAutoField
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# Internationalization
# https://docs.djangoproject.com/en/1.6/topics/i18n/