mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
12 lines
212 B
Python
12 lines
212 B
Python
#! ['class ObjectDoesNotExist']
|
|
from django.core.exceptions import ObjectDoesNotExist
|
|
import django
|
|
|
|
#? ['get_version']
|
|
django.get_version
|
|
|
|
from django.conf import settings
|
|
|
|
#? ['configured']
|
|
settings.configured
|