Skip to content

Commit

Permalink
Register the models of the users in this file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin-Tony committed Apr 11, 2021
1 parent 1a12ed6 commit 4a3d99c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions users/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from django.contrib import admin
from .models import Present,Time,desig,staff_mesg,Notify
# Register your models here.

admin.site.register(Present)
admin.site.register(Time)
admin.site.register(desig)
admin.site.register(staff_mesg)
admin.site.register(Notify)

0 comments on commit 4a3d99c

Please sign in to comment.