aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/migrations/tables/pydoc_links
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-08-07 15:09:08 +0100
committerGravatar Gareth Coles <[email protected]>2018-08-07 15:09:16 +0100
commitaf54db6c136138c66cf5ca72419989525a0baa5c (patch)
tree8519aeab8d45277c51797c7dc23aacf3b56ed1bb /pysite/migrations/tables/pydoc_links
parentA wizard is never late, nor is he early. (diff)
Initial project layout for django
Diffstat (limited to 'pysite/migrations/tables/pydoc_links')
-rw-r--r--pysite/migrations/tables/pydoc_links/__init__.py0
-rw-r--r--pysite/migrations/tables/pydoc_links/initial_data.json22
2 files changed, 0 insertions, 22 deletions
diff --git a/pysite/migrations/tables/pydoc_links/__init__.py b/pysite/migrations/tables/pydoc_links/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/pysite/migrations/tables/pydoc_links/__init__.py
+++ /dev/null
diff --git a/pysite/migrations/tables/pydoc_links/initial_data.json b/pysite/migrations/tables/pydoc_links/initial_data.json
deleted file mode 100644
index e5b21357..00000000
--- a/pysite/migrations/tables/pydoc_links/initial_data.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
- {
- "package": "aiohttp",
- "base_url": "https://aiohttp.readthedocs.io/en/stable/",
- "inventory_url": "https://aiohttp.readthedocs.io/en/stable/objects.inv"
- },
- {
- "package": "discord",
- "base_url": "https://discordpy.readthedocs.io/en/rewrite/",
- "inventory_url": "https://discordpy.readthedocs.io/en/rewrite/objects.inv"
- },
- {
- "package": "django",
- "base_url": "https://docs.djangoproject.com/en/dev/",
- "inventory_url": "https://docs.djangoproject.com/en/dev/_objects/"
- },
- {
- "package": "stdlib",
- "base_url": "https://docs.python.org/3.7/",
- "inventory_url": "https://docs.python.org/3.7/objects.inv"
- }
-]