from django.apps import AppConfig
class FacesetConfig(AppConfig):
name = 'faceset'
verbose_name = "something your in Russian in their native"
class Timetables(models.Model):
name = models.CharField(u time', max_length=30)
class Meta:
verbose_name = 'something your in Russian in their native'
verbose_name_plural = 'something your in Russian in their native'
def __str__(self):
return self.name
https://monosnap.com/file/uU4T7dV6MT9Rz9LPOroq7cn0...
MB somehow represnet necessary, or I not so made? - Shanie_Armstrong98 commented on July 9th 19 at 10:44
default_app_config = 'faceset.apps.FacesetConfig' - Shanie_Armstrong98 commented on July 9th 19 at 10:47