mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2024-11-17 06:39:26 +08:00
Change domain and sitename to github pages url
This commit is contained in:
parent
4dc7f6bb8d
commit
0f317ebbf5
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ REST_FRAMEWORK = {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
DOMAIN = 'localhost:3000/Ivy'
|
DOMAIN = 'lemeow125.github.io/Ivy/#'
|
||||||
SITE_NAME = 'localhost:3000/Ivy'
|
SITE_NAME = 'lemeow125.github.io/Ivy/#'
|
||||||
|
|
||||||
DJOSER = {
|
DJOSER = {
|
||||||
'SEND_ACTIVATION_EMAIL': True,
|
'SEND_ACTIVATION_EMAIL': True,
|
||||||
|
|
Loading…
Reference in a new issue