Initial work on subhire section

This commit is contained in:
David Taylor
2016-06-16 16:22:24 +01:00
parent e1578eb0d4
commit ee948381b1
8 changed files with 95 additions and 0 deletions

6
subhire/admin.py Normal file
View 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)