This commit is contained in:
2025-01-11 00:53:16 +01:00
parent a5b6b54429
commit cc66878cf7
11 changed files with 304 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
from django.contrib import admin
from .models import PasswordEntry
# Register your models here.
admin.site.register(PasswordEntry)