Skip to content

Commit

Permalink
Remove twitterhut
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-maher committed Jun 16, 2023
1 parent 21affcb commit 0494152
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 159 deletions.
4 changes: 2 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

import environ
from twitterhut.settings import * # noqa
#from twitterhut.settings import * # noqa

ROOT_DIR = (
environ.Path(__file__) - 3
Expand Down Expand Up @@ -94,7 +94,7 @@
'cms',
'ctrs_texts',
'ctrs_lab',
'twitterhut',
# 'twitterhut',
]
# https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
Expand Down
68 changes: 0 additions & 68 deletions cotr/cms/templates/cms/includes/twitter_feeds.html

This file was deleted.

1 change: 0 additions & 1 deletion cotr/twitterhut/__init__.py

This file was deleted.

7 changes: 0 additions & 7 deletions cotr/twitterhut/apps.py

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion cotr/twitterhut/requirements.txt

This file was deleted.

9 changes: 0 additions & 9 deletions cotr/twitterhut/settings.py

This file was deleted.

Empty file.
26 changes: 0 additions & 26 deletions cotr/twitterhut/templatetags/twitterhut_tags.py

This file was deleted.

45 changes: 0 additions & 45 deletions cotr/twitterhut/views.py

This file was deleted.

0 comments on commit 0494152

Please sign in to comment.