mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
from django.contrib import admin
|
|
|
|
from .models import License
|
|
|
|
admin.site.register(License)
|