Skip to content

Commit

Permalink
feat: add clients models to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Sep 11, 2024
1 parent 894818e commit 6a51fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/clients/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.contrib import admin
from apps.clients.models import Client

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

0 comments on commit 6a51fbd

Please sign in to comment.