mirror of
https://github.com/correl/codereview.git
synced 2024-11-23 19:19:50 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
from codereview.dashboard.models import *
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(Repository)
|