Skip to content

Commit

Permalink
Merge pull request #726 from mattwang44/remove-remotedb
Browse files Browse the repository at this point in the history
Remove remotedb
  • Loading branch information
yychen authored Apr 11, 2020
2 parents f90bfef + 9a19f34 commit 2495947
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 355 deletions.
4 changes: 0 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ lxml==4.5.0
# https://python-pillow.org/
Pillow==7.0.0

# Python interface to the Firebase's REST API.
# http://ozgur.github.io/python-firebase/
python-firebase==1.2

# World Timezone Definitions for Python.
# https://pythonhosted.org/pytz/
pytz==2019.3
Expand Down
4 changes: 0 additions & 4 deletions src/locale/_src/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,6 @@ msgstr ""
msgid "Day 3"
msgstr ""

#: remotedb/apps.py:11
msgid "Remote DB"
msgstr ""

#: reviews/admin.py:50
msgid "Key"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions src/locale/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -885,10 +885,6 @@ msgstr "Prefer 45min"
msgid "Day 3"
msgstr "Day 3"

#: remotedb/apps.py:11
msgid "Remote DB"
msgstr "Remote DB"

#: reviews/admin.py:50
msgid "Key"
msgstr "Key"
Expand Down
4 changes: 0 additions & 4 deletions src/locale/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,6 @@ msgstr "偏好 45 分鐘"
msgid "Day 3"
msgstr "第 3 天"

#: remotedb/apps.py:11
msgid "Remote DB"
msgstr "遠端資料庫"

#: reviews/admin.py:50
msgid "Key"
msgstr "鍵"
Expand Down
5 changes: 0 additions & 5 deletions src/pycontw2016/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
'core',
'events',
'proposals',
'remotedb',
'reviews',
'sponsors',
'users',
Expand Down Expand Up @@ -269,10 +268,6 @@ def node_bin(name):

CRISPY_TEMPLATE_PACK = 'bootstrap3'

FIREBASE_URL = 'https://pycon-630b8.firebaseio.com'

FIREBASE_DB = '/pycontw2018'

WERKZEUG_DEBUG = env.bool('WERKZEUG_DEBUG', default=True)

GTM_TRACK_ID = None
Expand Down
1 change: 0 additions & 1 deletion src/remotedb/__init__.py

This file was deleted.

47 changes: 0 additions & 47 deletions src/remotedb/apps.py

This file was deleted.

115 changes: 0 additions & 115 deletions src/remotedb/dumpers.py

This file was deleted.

Empty file.
Empty file.
67 changes: 0 additions & 67 deletions src/remotedb/management/commands/syncfirebase.py

This file was deleted.

Loading

0 comments on commit 2495947

Please sign in to comment.