Skip to content

Commit 8e69473

Browse files
committed
fix: no such table: Swim4LoveV2_swimmer
1 parent 5ec3cf3 commit 8e69473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . /app/
2020
RUN python3 manage.py collectstatic
2121

2222
# Apply database migrations
23-
RUN python3 manage.py makemigrations
23+
RUN python3 manage.py makemigrations Swim4LoveV2
2424
RUN python3 manage.py migrate
2525

2626
# Open port 8000

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python3 manage.py collectstatic
4444
7. Migrate the database:
4545

4646
```sh
47-
python3 manage.py makemigrations
47+
python3 manage.py makemigrations Swim4LoveV2
4848
python3 manage.py migrate
4949
```
5050

0 commit comments

Comments
 (0)