shithub
zeroed-some
/
localtoast
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
localtoast
Public
Watch
0
Fork
0
Star
0
localtoast
/
backend
/
api
/
apps.py
Python · 138 bytes
Raw
Blame
History
1
from
django.apps
import
AppConfig
2
3
4
class
ApiConfig
(
AppConfig
):
5
default_auto_field
=
"django.db.models.BigAutoField"
6
name
=
"api"