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 1515else :
1616 DATABASES = {
1717 "default" : {
18- "ENGINE" : "django_mongodb_backend " ,
18+ "ENGINE" : "django_mongodb_backend_gis " ,
1919 "NAME" : "djangotests" ,
2020 # Required when connecting to the Atlas image in Docker.
2121 "OPTIONS" : {"directConnection" : True },
2222 },
2323 "other" : {
24- "ENGINE" : "django_mongodb_backend " ,
24+ "ENGINE" : "django_mongodb_backend_gis " ,
2525 "NAME" : "djangotests-other" ,
2626 "OPTIONS" : {"directConnection" : True },
2727 },
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434 with :
3535 repository : ' mongodb-forks/django'
36- ref : ' mongodb-5.2.x '
36+ ref : ' mongogis '
3737 path : ' django_repo'
3838 persist-credentials : false
3939 - name : Install system packages for Django's Python test dependencies
5353 working-directory : .
5454 run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
5555 - 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 3333 uses : actions/checkout@v4
3434 with :
3535 repository : ' mongodb-forks/django'
36- ref : ' mongodb-5.2.x '
36+ ref : ' mongogis '
3737 path : ' django_repo'
3838 persist-credentials : false
3939 - name : Install system packages for Django's Python test dependencies
5454 with :
5555 mongodb-version : 6.0
5656 - 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