Initial plant reference and basic login
This commit is contained in:
parent
a2dba58fe4
commit
cada3c7357
31 changed files with 637 additions and 0 deletions
5
planterteque/admin.py
Normal file
5
planterteque/admin.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Plant
|
||||
|
||||
admin.site.register(Plant)
|
||||
Loading…
Add table
Add a link
Reference in a new issue