Skip to content

Commit

Permalink
feat: register admin models
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Sep 12, 2024
1 parent 05dd51b commit 2bac61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/payments/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.contrib import admin
from apps.payments.models import Payment

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

0 comments on commit 2bac61e

Please sign in to comment.