mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-16 19:23:27 +00:00
9 lines
118 B
Python
9 lines
118 B
Python
|
from django.contrib import admin
|
||
|
|
||
|
from sas.models import *
|
||
|
|
||
|
|
||
|
admin.site.register(Album)
|
||
|
admin.site.register(Picture)
|
||
|
|