Hi,Is there any function to get raster value under a point using geodjango?or we must perform a raw query?
--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63334e6f-2ac5-434f-8041-6e4bea64e33c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
try to config your urls.py correctly
On Saturday, October 6, 2018 at 9:14:33 PM UTC+3:30, Pradeep Singh wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/510c3c11-e0ac-418b-9d9a-fedaf0e1ffa5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANwgZcY48ZNVJTUcn%3D9g9FjvN2eZNyKAYJve_c48aKadYSAvog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
************************************************************************
This e-mail and all attachments are intended solely for use by the intended recipient and may contain confidential / proprietary information of KiwiTech, LLC, subject to important disclaimers and conditions including restrictions on the use, disclosure, transfer or export of such information. If you have received this message in error or are not the named recipient(s), please immediately notify the sender at the telephone number stated above or by reply e-mail and delete this e-mail from your computer
from django.contrib import admin from django.urls import include, path
from testapp import views urlpatterns = [ path('hello/', views.welcome), path('admin/', admin.site.urls), ]
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJOHC1x5Oj%3DOY8hCiTtDzJbpAChvwEmf2Y5QBo9X1NfgNs8euw%40mail.gmail.com.