FIX: CRUD with rest but dirty

This commit is contained in:
Omma 2024-08-18 17:34:11 +03:30
parent 5892fb88f5
commit bce6c82024
6 changed files with 349 additions and 29 deletions

View file

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