File size: 97 Bytes
a5bf84e
 
 
 
1
2
3
4
5
from django.contrib import admin
from .models import SpaceWalks

admin.site.register(SpaceWalks)