mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Initial work on subhire section
This commit is contained in:
6
subhire/admin.py
Normal file
6
subhire/admin.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
import models
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(models.Hire)
|
||||
admin.site.register(models.Provider)
|
||||
Reference in New Issue
Block a user