Re: guys help me please, page doesn't open image

2020-03-06 Thread Wasim Rana
Hi use single quote ‘product.image.url’ and it should be work

On Fri, 6 Mar, 2020 at 6:17 PM, Omar Abou Mrad 
wrote:

>
> https://docs.djangoproject.com/en/3.0/howto/static-files/#configuring-static-files
>
> {% load static %}
>
>
> On Fri, Mar 6, 2020 at 2:04 PM Aly_34_04 MR_34_04 <
> allaberdi16yazha...@gmail.com> wrote:
>
>> it doesn't work, I tried(
>> [06/Mar/2020 15:01:39] "GET /products/ HTTP/1.1" 200 1719
>> Not Found: /products/3.png
>> [06/Mar/2020 15:01:39] "GET /products/3.png HTTP/1.1" 404 2137
>>
>>
>>
>> On Friday, March 6, 2020 at 2:35:52 PM UTC+3, Omkar Parab wrote:
>>>
>>> {{ product.image.url }}
>>>
>>> On Fri, Mar 6, 2020, 4:50 PM Aly_34_04 MR_34_04 
>>> wrote:
>>>
>>>> [image: Capture.JPG]
>>>> Enter code here...
>>>> #django templates
>>>>
>>>> {% extends 'base.html' %}
>>>> {% block content %}
>>>> Products
>>>> 
>>>> {% for product in products %}
>>>> 
>>>> 
>>>>   
>>>>   
>>>> {{product.name}}
>>>> $ {{product.price}}
>>>> add to card
>>>>   
>>>> 
>>>> 
>>>> {% endfor %}
>>>> 
>>>> {% endblock %}...
>>>>
>>>>
>>>> #python code
>>>>
>>>> class Product(models.Model):
>>>> name = models.CharField(max_length=50)
>>>> price = models.FloatField()
>>>> image = models.FileField()
>>>>
>>>>
>>>>
>>>> --
>>>> 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...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/a9354269-5866-4332-9acb-a0b558501d0d%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/django-users/a9354269-5866-4332-9acb-a0b558501d0d%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>
>>>
>>>> --
>> 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/509b5541-dfbb-43a8-a3b9-5e4c56807fbe%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/509b5541-dfbb-43a8-a3b9-5e4c56807fbe%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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/CAFwtXp2rCiDCxxJjs_ZcqQN0dK0Lts-AaQ%2BxKNG5r9x-va1TZg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAFwtXp2rCiDCxxJjs_ZcqQN0dK0Lts-AaQ%2BxKNG5r9x-va1TZg%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
-- 
*Signed By...*
Md. Wasim Rana
CEO & DIRECTOR
WP CONSULTATION : Ring Road, Shyamoli,
Dhaka, Bangladesh - 1207. Cell: +880 164 678 2796
https://www.wpconsultation.com


*Warning:*
This message (including any attachments) may contain confidential,
proprietary, privileged and/or private information. The information is
intended to be for the use of the individual or entity designated above. If
you are not the intended recipient of this message, please notify the
sender immediately, and delete the message and any attachments. Any
disclosure, reproduction, distribution or other use of this message or any
attachments by an individual or entity other than the intended recipient is
prohibited.

*Thank You So Much. | T*he sender accepts no responsibility for changes
made to this email or any attachments after transmission from the sender.

-- 
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/CALbNXK6yV1UHx_nmimeTCt_5v8eef5%2BA34CMba1Sz9Mj1ixoZQ%40mail.gmail.com.


How to search product in the integrated Google maps in the web applicaiton

2019-12-11 Thread Wasim Rana
Hi, how are you doing today? I am trying to build a web application where 
there will be buyer and seller. Buyer needs to create an account after that 
if he/she search for a service then it'll bring the seller information with 
location in the map. Also it'll show the distance and route. How can I do 
that? It's something like Uber. Can you help me please?

Thank you so much.

-- 
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/569f26c4-77a0-4fad-8de9-e22d7ec1fa52%40googlegroups.com.


Re: How can I host my application in web hosting?

2019-08-22 Thread Wasim Rana
Thank you so much for your response.
*Wasim Rana*

CEO and Director
*SiteFor99*
www.sitefor99.com
Cell: +880 173 406 4296
Ring Road, Shyamoli,
Dhaka - 1207


On Thu, Aug 22, 2019 at 5:55 PM Abu Yusuf 
wrote:

> Is it a django application? Not every hosting provider provide django
> deployments.
> You can use amazon aws and digital ocean. You can do also in heroku and
> pythonanywhere, they are totally free.
>
> On Thu, Aug 22, 2019 at 5:47 PM Wasim Rana  wrote:
>
>> Hello, I am building a web application locally in my computer. It's
>> almost done and I want to host it in Siteground hosting. How can I do that?
>> Please help.
>> Thanks
>>
>> --
>> 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/bfc3fc3d-0614-4588-8391-b3a64b1a151a%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/bfc3fc3d-0614-4588-8391-b3a64b1a151a%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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/CACNsr29ws9CDAEECAafFX6yBe6STcoPyGN-6WR1mGDWiENma4g%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CACNsr29ws9CDAEECAafFX6yBe6STcoPyGN-6WR1mGDWiENma4g%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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/CALbNXK5Ky8qquFBML2tbxysfwwv%2BdrKteSQuh%2B9mGOWU1-1QVQ%40mail.gmail.com.


How can I host my application in web hosting?

2019-08-22 Thread Wasim Rana
Hello, I am building a web application locally in my computer. It's almost 
done and I want to host it in Siteground hosting. How can I do that? Please 
help.
Thanks

-- 
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/bfc3fc3d-0614-4588-8391-b3a64b1a151a%40googlegroups.com.