diff --git a/archivist/apps/sites/twitter/__init__.py b/archivist/apps/sites/twitter/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/archivist/apps/sites/twitter/config.py b/archivist/apps/sites/twitter/config.py new file mode 100644 index 0000000..c63d785 --- /dev/null +++ b/archivist/apps/sites/twitter/config.py @@ -0,0 +1,7 @@ +from django.apps import AppConfig + + +class AppsConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'twitter' + label = 'twitter' diff --git a/archivist/apps/templates/accounts/profile.html b/archivist/apps/templates/accounts/profile.html index a47bc72..b4e9915 100644 --- a/archivist/apps/templates/accounts/profile.html +++ b/archivist/apps/templates/accounts/profile.html @@ -62,8 +62,5 @@ - - + {% endblock content %} - - \ No newline at end of file