mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Add basic counter model
This commit is contained in:
6
counter/admin.py
Normal file
6
counter/admin.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from counter.models import Counter
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Counter)
|
Reference in New Issue
Block a user