File size: 150 Bytes
9f68111
 
 
 
 
 
1
2
3
4
5
6
7
from django.apps import AppConfig


class PredictorConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'Predictor'