Folder that holds database for future plans of all contentes of Plex

Library and system info.
This commit is contained in:
2016-12-08 11:47:48 +01:00
parent 94041dfc5b
commit 41000e69b9
39 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from django.contrib import admin
# Register your models here.
from .models import Address
admin.site.register(Address)