Skip to content

Commit

Permalink
Remove firebase package and related config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Apr 9, 2020
1 parent 3d6425a commit 508033e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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/pycontw2016/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,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

0 comments on commit 508033e

Please sign in to comment.