aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/apps/content')
-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