From c22893f2688cc198a031e3a91befea665e2702fe Mon Sep 17 00:00:00 2001 From: Ellie Date: Wed, 13 Jul 2022 20:32:49 +0900 Subject: [PATCH] set up set --- backend/backend/settings.py | 3 --- docker-compose.yml | 15 ++++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/backend/backend/settings.py b/backend/backend/settings.py index 20ed74a..8841200 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -3,9 +3,6 @@ from django.urls import URLPattern import my_settings ##추가 -import pymysql -pymysql.install_as_MySQLdb() - # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent diff --git a/docker-compose.yml b/docker-compose.yml index 8499bf5..685cf7e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,11 @@ services: - 8080:8080 volumes: - ./backend:/app - frontend: - build: ./frontend - command: ["npm", "start"] - ports: - - 3000:3000 - volumes: - - ./frontend:/app \ No newline at end of file + +# frontend: +# build: ./frontend +# command: ["npm", "start"] +# ports: +# - 3000:3000 +# volumes: +# - ./frontend:/app