Tutorial 7 Admin dashboard enabled
This commit is contained in:
parent
c22cef439b
commit
584974d5e4
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
|
from .models import Tour
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
admin.site.register(Tour)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue