diff options
author | 2022-03-12 21:53:53 +0100 | |
---|---|---|
committer | 2022-03-12 21:53:53 +0100 | |
commit | 4ad92b98a0df047b12e302ce8d849c2bd85862f1 (patch) | |
tree | 2955d3b4a757f5e70c35b6f5f78369d06fcf243d /pydis_site/apps | |
parent | Reword documentation per review (diff) |
Remove unused migrations package
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/README.md | 3 | ||||
-rw-r--r-- | pydis_site/apps/content/migrations/__init__.py | 0 |
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 |