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