FIX: CRUD with rest but dirty
This commit is contained in:
parent
5892fb88f5
commit
bce6c82024
6 changed files with 349 additions and 29 deletions
|
@ -1,3 +1,6 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Well
|
||||
# Register your models here.
|
||||
|
||||
admin.site.register(Well)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue