This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: flake8
pull/194/head
winkidney
4 years ago
parent
023a8ad824
commit
42a8fbea8e
4 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
pinry_plugins/admin.py
+0
-3
pinry_plugins/models.py
+0
-3
pinry_plugins/tests.py
+0
-3
pinry_plugins/views.py
+ 0
- 3
pinry_plugins/admin.py
View File
@@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.
+ 0
- 3
pinry_plugins/models.py
View File
@@ -1,3 +0,0 @@
from django.db import models
# Create your models here.
+ 0
- 3
pinry_plugins/tests.py
View File
@@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.
+ 0
- 3
pinry_plugins/views.py
View File
@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.
Write
Preview
Loading…
Cancel
Save