diff options
author | 2019-04-17 23:57:14 +0200 | |
---|---|---|
committer | 2019-04-17 23:57:14 +0200 | |
commit | cf1fc2870326c431d0c4dc3fe46f2ae41c2fd5aa (patch) | |
tree | f26b61c866912c7007260f2d946ebbb3e5454585 /pydis_site/apps/main/models.py | |
parent | makemigrations pipeline created, RepoData model created, and a really naive i... (diff) |
The GitHub API stuff is done now, including data caching. Just a couple of minor bugfixes left before this is PR-ready.
Diffstat (limited to 'pydis_site/apps/main/models.py')
-rw-r--r-- | pydis_site/apps/main/models.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pydis_site/apps/main/models.py b/pydis_site/apps/main/models.py deleted file mode 100644 index 0b4331b3..00000000 --- a/pydis_site/apps/main/models.py +++ /dev/null @@ -1,3 +0,0 @@ -# from django.db import models - -# Create your models here. |