skillbox/server/books/apps.py

6 lines
84 B
Python

from django.apps import AppConfig
class BookConfig(AppConfig):
name = 'books'