
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
7 lines
147 B
Python
7 lines
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RestApiConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "rest_api"
|