first init statistics
This commit is contained in:
parent
8b0d78f25e
commit
ab11148521
22 changed files with 3227 additions and 2 deletions
7
app/statistic/apps.py
Normal file
7
app/statistic/apps.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class StatisticConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'statistic'
|
||||
verbose_name = 'Statistik'
|
Loading…
Add table
Add a link
Reference in a new issue