File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
else :
16
16
DATABASES = {
17
17
"default" : {
18
- "ENGINE" : "django_mongodb_backend " ,
18
+ "ENGINE" : "django_mongodb_backend_gis " ,
19
19
"NAME" : "djangotests" ,
20
20
# Required when connecting to the Atlas image in Docker.
21
21
"OPTIONS" : {"directConnection" : True },
22
22
},
23
23
"other" : {
24
- "ENGINE" : "django_mongodb_backend " ,
24
+ "ENGINE" : "django_mongodb_backend_gis " ,
25
25
"NAME" : "djangotests-other" ,
26
26
"OPTIONS" : {"directConnection" : True },
27
27
},
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
with :
35
35
repository : ' mongodb-forks/django'
36
- ref : ' mongodb-5.2.x '
36
+ ref : ' mongogis '
37
37
path : ' django_repo'
38
38
persist-credentials : false
39
39
- name : Install system packages for Django's Python test dependencies
53
53
working-directory : .
54
54
run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
55
55
- name : Run tests
56
- run : python3 django_repo/tests/runtests_.py
56
+ run : python3 django_repo/tests/runtests_.py gis_tests
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
with :
35
35
repository : ' mongodb-forks/django'
36
- ref : ' mongodb-5.2.x '
36
+ ref : ' mongogis '
37
37
path : ' django_repo'
38
38
persist-credentials : false
39
39
- name : Install system packages for Django's Python test dependencies
54
54
with :
55
55
mongodb-version : 6.0
56
56
- name : Run tests
57
- run : python3 django_repo/tests/runtests_.py
57
+ run : python3 django_repo/tests/runtests_.py gis_tests
You can’t perform that action at this time.
0 commit comments