admin for offersneeds
This commit is contained in:
parent
d6cd9ea313
commit
5c3274da80
1 changed files with 10 additions and 0 deletions
10
itf/offersneeds/admin.py
Normal file
10
itf/offersneeds/admin.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.contrib import admin
|
||||
from models import *
|
||||
|
||||
#class EventAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
admin.site.register(Offer)
|
||||
admin.site.register(Need)
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue