We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec3cf3 commit 8e69473Copy full SHA for 8e69473
Dockerfile
@@ -20,7 +20,7 @@ COPY . /app/
20
RUN python3 manage.py collectstatic
21
22
# Apply database migrations
23
-RUN python3 manage.py makemigrations
+RUN python3 manage.py makemigrations Swim4LoveV2
24
RUN python3 manage.py migrate
25
26
# Open port 8000
README.md
@@ -44,7 +44,7 @@ python3 manage.py collectstatic
44
7. Migrate the database:
45
46
```sh
47
-python3 manage.py makemigrations
+python3 manage.py makemigrations Swim4LoveV2
48
python3 manage.py migrate
49
```
50
0 commit comments