Adds username/localname fields

This commit is contained in:
Mouse Reeve
2020-01-27 20:56:45 -08:00
parent 8dfad68ca7
commit b2b651a22f
5 changed files with 34 additions and 14 deletions

View File

@ -27,7 +27,7 @@ DEBUG = True
DOMAIN = 'bd352ee8.ngrok.io'
ALLOWED_HOSTS = ['localhost', DOMAIN]
ALLOWED_HOSTS = ['*']
OL_URL = 'https://openlibrary.org'
# Application definition