Skip to content

Commit

Permalink
added accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
SumitMahar committed Jul 25, 2021
1 parent 9a1e085 commit 0745251
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
SECRET_KEY = 'm$7zw96+x7hk7wv*qdgbul+#p4r+030svtm3%$vh@l$f0+wh&m72'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

ALLOWED_HOSTS = ['localhost']
ALLOWED_HOSTS = ['localhost', 'herokuapp', 'pythonanywhere', '.herokuapp', '.pythonanywhere']


# Application definition
Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
asgiref==3.4.1
dj-database-url==0.5.0
Django==3.2.5
django-crispy-forms==1.12.0
environs==9.3.2
gunicorn==20.1.0
marshmallow==3.13.0
psycopg2==2.9.1
python-dotenv==0.19.0
pytz==2021.1
sqlparse==0.4.1
whitenoise==5.3.0

0 comments on commit 0745251

Please sign in to comment.