Skip to content

Commit 4ad92b9

Browse files
committed
Remove unused migrations package
1 parent ca2c583 commit 4ad92b9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pydis_site/apps/content/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Let's look at the structure in here:
2222
- `resources` contains the static Markdown files that make up our site's
2323
[pages](https://www.pythondiscord.com/pages/)
2424

25-
- `migrations` contains standard Django migrations. As the `content` app
26-
contains purely static Markdown files, no migrations are present here.
27-
2825
- `tests` contains unit tests for verifying that the app works properly.
2926

3027
- `views` contains Django views which generating and serve the pages from the

pydis_site/apps/content/migrations/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)