right-tree/backend/right_tree/api/admin.py
Dana Lambert bb307d34d2 Add django rest framework and basic plant model
- Adds django rest framework to requirements
- Adds basic plant model with id and name fields
- Adds CRUD endpoints to interact with plant objects
2021-10-07 08:59:57 +13:00

3 lines
63 B
Python

from django.contrib import admin
# Register your models here.