mirror of
https://github.com/encounter/frogress.git
synced 2026-03-30 11:10:54 -07:00
3e8b5809a0
Add github actions CI (black, mypy, django tests)
7 lines
147 B
Python
7 lines
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FrogApiConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "frog_api"
|