Updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SpectacularConfig(AppConfig):
|
||||
name = 'drf_spectacular'
|
||||
verbose_name = "drf-spectacular"
|
||||
|
||||
def ready(self):
|
||||
import drf_spectacular.checks # noqa: F401
|
||||
Reference in New Issue
Block a user