This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
2018-04-16 23:31:24 +02:00

8 lines
169 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.contrib import admin
from apps.bug_report.models import BugMsg
admin.site.register(BugMsg)