I'm sorry but you have found the wrong mailing list for this post. This mailing list is about the development of django itself. If you have any issues with your code I suggest you ask in any programmers community like stackoverflow or reddit.
On Thu, Jan 23, 2020 at 8:08 PM Pratik kumar <pratik1999choudh...@gmail.com> wrote: > I was running the test With for GeoDjnago using the following commands > ./runtests.py --settings=postgis > with the following settings file > DATABASES = { > 'default': { > 'ENGINE': 'django.contrib.gis.db.backends.postgis', > 'NAME':'defaultd', > 'USER': 'user', > 'PASSWORD':'password', > 'HOST': '127.0.0.1', > 'PORT': '5432', > }, > 'other': { > 'ENGINE': 'django.contrib.gis.db.backends.postgis', > 'NAME':'otherd', > 'USER': 'user', > 'PASSWORD':'password', > 'HOST': '127.0.0.1', > 'PORT': '5432', > } > } > SECRET_KEY = 'django_tests_secret_key' > Got the following error, can't seem to understand the reason behind it. > how can i remove it > > [image: Screenshot from 2020-01-23 23-54-14.png] > > > Also when i run test specifically for geoDjango there are 13 tests which > are skipped how to avoid skipping those tests. > > Any help will be appreciated > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-developers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/3515bc07-8e53-4c61-8838-e074b36f1b0a%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/3515bc07-8e53-4c61-8838-e074b36f1b0a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAD9uRzfLrV4%2BLi2fpNCO73vBwreJGBoACkpz0i3xxpy-vVduGw%40mail.gmail.com.