Monday, October 8, 2018

Re: geodjango raster field get pixel value

replace below code in urls.py


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),  ]


On Mon, Oct 8, 2018 at 4:33 PM Vinod Kumar <vinod.kumar@kiwitech.com> wrote:
replace url(welcome.views ) into your-app-name.views.funtion

in your case replace url path welcome.views into testapp.views.welcome

On Mon, Oct 8, 2018 at 4:25 PM Pradeep Singh <replyveer25@gmail.com> wrote:
brother please help why i am getting django 404.........

On Mon, 8 Oct 2018 at 16:24, Pradeep Singh <replyveer25@gmail.com> wrote:


On Mon, 8 Oct 2018 at 16:23, Pradeep Singh <replyveer25@gmail.com> wrote:


On Mon, 8 Oct 2018 at 16:23, Pradeep Singh <replyveer25@gmail.com> wrote:


On Sun, 7 Oct 2018 at 04:11, Majid Hojati <asd56yu@gmail.com> wrote:
Boxbe This message is eligible for Automatic Cleanup! (asd56yu@gmail.com) Add cleanup rule | More info
try to config your urls.py correctly

On Saturday, October 6, 2018 at 9:14:33 PM UTC+3:30, Pradeep Singh wrote:
when i  sendind request  always m getting django 404 error can you help me ..nd please tell me how to fix it

On Sat, 6 Oct 2018 at 10:42, Pradeep Singh <reply...@gmail.com> wrote:
i don't know,  i hava a problem can you solve this .

On Sat, 6 Oct 2018 at 10:09, Majid Hojati <asd...@gmail.com> wrote:
Boxbe This message is eligible for Automatic Cleanup! (asd...@gmail.com) Add cleanup rule | More info
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.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/510c3c11-e0ac-418b-9d9a-fedaf0e1ffa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/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

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/CAJOHC1x5Oj%3DOY8hCiTtDzJbpAChvwEmf2Y5QBo9X1NfgNs8euw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment