File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ init-mig:
2323 docker exec -it {{PROJECT_SLUG}}-django python manage.py migrate
2424
2525mk-mig :
26- cd web && docker exec -it {{PROJECT_SLUG}}-django python manage.py migrate && docker exec -it {{PROJECT_SLUG}}-django python manage.py migrate
26+ cd web && docker exec -it {{PROJECT_SLUG}}-django python manage.py makemigrations && docker exec -it {{PROJECT_SLUG}}-django python manage.py migrate
2727
2828
2929key-pair :
Original file line number Diff line number Diff line change 131131CORS_ALLOWED_ORIGINS = [
132132 "http://localhost" ,
133133 SITE_BASE_DOMAIN ,
134- "https://{{DOMAIN_STAGING}}" ,
135134]
136135
137136CSRF_TRUSTED_ORIGINS = [
138137 "http://localhost" ,
139138 SITE_BASE_DOMAIN ,
140- "https://{{DOMAIN_STAGING}}" ,
141139]
142140
143141ROOT_URLCONF = "web.urls"
You can’t perform that action at this time.
0 commit comments