Commit 4c2282e2 authored by Rafal's avatar Rafal

costam

parent c8930957
from django.contrib import admin
# Register your models here.
from Hub.models import Beacon
from Hub.models import Beacon, UserProject
admin.register(Beacon)
\ No newline at end of file
admin.site.register(Beacon)
admin.site.register(UserProject)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment