Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ django_setup
Method
django_setup
celery/fixups/django.py:146–148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
144
self.DatabaseError = symbol_by_name(
'django.db:DatabaseError'
)
145
146
def
django_setup(self) -> None:
147
import
django
148
django.setup()
149
150
def
validate_models(self) -> None:
151
from
django.core.checks
import
run_checks
Callers
2
validate_models
Method · 0.95
test_django_setup
Method · 0.80
Calls
1
setup
Method · 0.45
Tested by
1
test_django_setup
Method · 0.64