mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Fixed user serializer still using django default user
This commit is contained in:
parent
05d9dbd296
commit
e567b5d399
4 changed files with 50 additions and 12 deletions
|
@ -29,7 +29,7 @@ SECRET_KEY = str(os.getenv('SECRET_KEY'))
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
|
||||
ALLOWED_HOSTS = ['*', '127.0.0.1', 'localhost', '10.0.10.32', '10.0.10.8']
|
||||
|
||||
# Email credentials
|
||||
EMAIL_HOST = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue