Skip to content
Snippets Groups Projects
Commit ef3d629e authored by Frank Poetzsch-Heffter's avatar Frank Poetzsch-Heffter
Browse files

first step put fibu in header menu

parent 807ab4c4
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
from .models import Booking
# Register your models here.
admin.site.register(Booking)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment