mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-04 02:30:16 -04:00
5 lines
125 B
Python
5 lines
125 B
Python
from django.contrib import admin
|
|
from .models import StockValue
|
|
|
|
# Register your models here.
|
|
admin.site.register(StockValue) |