diff options
author | 2018-08-31 23:25:18 +0200 | |
---|---|---|
committer | 2018-08-31 23:25:18 +0200 | |
commit | 1d1ffe6b0d924760e1e64cf6485f46572129b131 (patch) | |
tree | 65cd8b71bd7a18b44ea417c0cf6ed76a87a8754e /api | |
parent | Remove unused files. (diff) | |
parent | Install `flake8` on system. (diff) |
Merge branch 'django' into django+documentation-link-api
Diffstat (limited to 'api')
-rw-r--r-- | api/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/admin.py b/api/admin.py index 8c38f3f3..4185d360 100644 --- a/api/admin.py +++ b/api/admin.py @@ -1,3 +1,3 @@ -from django.contrib import admin +# from django.contrib import admin # Register your models here. |