apps.py 97 B

123456
  1. from django.apps import AppConfig
  2. class RestaurantsConfig(AppConfig):
  3. name = 'restaurants'