Begin SAS

This commit is contained in:
Skia
2016-10-26 19:21:19 +02:00
parent 0b068d3e92
commit d554a5ee8d
14 changed files with 178 additions and 1 deletions

8
sas/admin.py Normal file
View File

@ -0,0 +1,8 @@
from django.contrib import admin
from sas.models import *
admin.site.register(Album)
admin.site.register(Picture)