Sith/counter/admin.py
2016-03-28 14:54:35 +02:00

7 lines
128 B
Python

from django.contrib import admin
from counter.models import Counter
# Register your models here.
admin.site.register(Counter)