aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-03-12 21:53:53 +0100
committerGravatar Johannes Christ <[email protected]>2022-03-12 21:53:53 +0100
commit4ad92b98a0df047b12e302ce8d849c2bd85862f1 (patch)
tree2955d3b4a757f5e70c35b6f5f78369d06fcf243d
parentReword documentation per review (diff)
Remove unused migrations package
-rw-r--r--pydis_site/apps/content/README.md3
-rw-r--r--pydis_site/apps/content/migrations/__init__.py0
2 files changed, 0 insertions, 3 deletions
diff --git a/pydis_site/apps/content/README.md b/pydis_site/apps/content/README.md
index d36d6bee..4149a6f0 100644
--- a/pydis_site/apps/content/README.md
+++ b/pydis_site/apps/content/README.md
@@ -22,9 +22,6 @@ Let's look at the structure in here:
- `resources` contains the static Markdown files that make up our site's
[pages](https://www.pythondiscord.com/pages/)
-- `migrations` contains standard Django migrations. As the `content` app
- contains purely static Markdown files, no migrations are present here.
-
- `tests` contains unit tests for verifying that the app works properly.
- `views` contains Django views which generating and serve the pages from the
diff --git a/pydis_site/apps/content/migrations/__init__.py b/pydis_site/apps/content/migrations/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/pydis_site/apps/content/migrations/__init__.py
+++ /dev/null