Feature: Allow auto-creation for tags for pin / fix admin format

This commit is contained in:
winkidney
2019-02-21 12:37:19 +08:00
parent 33d9aeee48
commit e0a074fd9f
2 changed files with 18 additions and 5 deletions

View File

@@ -6,5 +6,5 @@ from .models import Pin
class PinAdmin(admin.ModelAdmin):
pass
admin.site.register(Pin, PinAdmin)
admin.site.register(Pin, PinAdmin)