Skip to content

Commit

Permalink
ch:admin dashboard -- register Business model
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMwevi committed Jun 16, 2022
1 parent 98002f9 commit 732a92c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions businesses/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.contrib import admin
from businesses.models import Business

# Register your models here.
admin.site.register(Business)

0 comments on commit 732a92c

Please sign in to comment.