File size: 146 Bytes
b7f55e1
 
 
 
 
1
2
3
4
5
from django.apps import AppConfig

class GradesConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'grades'