On Fri, May 8, 2020 at 5:12 PM nor sairi <maxsi...@gmail.com> wrote:

> AttributeError: module 'django.contrib' has no attribute 'gisproperty'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/utils/autoreload.py",
> line 225, in wrapper
>     fn(*args, **kwargs)
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/core/management/commands/runserver.py",
> line 109, in inner_run
>     autoreload.raise_last_exception()
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/utils/autoreload.py",
> line 248, in raise_last_exception
>     raise _exception[1]
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/core/management/__init__.py",
> line 337, in execute
>     autoreload.check_errors(django.setup)()
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/utils/autoreload.py",
> line 225, in wrapper
>     fn(*args, **kwargs)
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/__init__.py",
> line 24, in setup
>     apps.populate(settings.INSTALLED_APPS)
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/apps/registry.py",
> line 89, in populate
>     app_config = AppConfig.create(entry)
>   File
> "/home/sairi/anaconda3/lib/python3.7/site-packages/django/apps/config.py",
> line 123, in create
>     import_module(entry)
>   File "/home/sairi/anaconda3/lib/python3.7/importlib/__init__.py", line
> 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 965, in
> _find_and_load_unlocked
> ModuleNotFoundError: No module named 'django.contrib.gisproperty'
>
> Hello guys , what this meaning ..
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3e8a7709-985a-4fdf-8209-f9d3fe4c9809%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/3e8a7709-985a-4fdf-8209-f9d3fe4c9809%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

It means there is nothing named gisproperty at django.contrib.  If you want
an intro to GIS in Django, see here:
https://docs.djangoproject.com/en/3.0/ref/contrib/gis/tutorial/

-Jorge

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANfN%3DK-gX20GHGtrd6gqdu_E4tGK2%3Dt_fncWihfuDX0tvMoRhw%40mail.gmail.com.

Reply via email to