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