initial commit
This commit is contained in:
commit
164fa61ad2
40 changed files with 1263 additions and 0 deletions
7
community_backup/webui/admin.py
Normal file
7
community_backup/webui/admin.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import BorgRepository, Voucher
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(BorgRepository)
|
||||
admin.site.register(Voucher)
|
||||
Loading…
Add table
Add a link
Reference in a new issue