Re: Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2019-11-22 Thread Aly_34_04 MR_34_04
how can I solve it? On Friday, November 22, 2019 at 10:04:41 PM UTC+3, Aly_34_04 MR_34_04 wrote: > > [image: Capture.JPG] > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group an

Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2019-11-22 Thread Aly_34_04 MR_34_04
[image: Capture.JPG] -- 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

Re: Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2019-11-22 Thread Aly_34_04 MR_34_04
nothing changed( On Fri, Nov 22, 2019 at 10:05 PM Larry Martell wrote: > == > > -- > 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

guys help me please, page doesn't open image

2020-03-06 Thread Aly_34_04 MR_34_04
[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):

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

2020-03-06 Thread Aly_34_04 MR_34_04
> > 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

Re: CSS doesnt work deployed on Pythonanywhere

2020-03-31 Thread Aly_34_04 MR_34_04
did you load css on your static files? On Tuesday, March 31, 2020 at 10:54:59 PM UTC+3, Alexis Soko wrote: > > Really simple stuff. webpage navbar looks propper locally. But when > deployed the navbar loses font and goes vertical. Checked Django and > bootstrap installed versions on both, > Any

guys django form doesn't appear, what could I do?

2020-03-30 Thread Aly_34_04 MR_34_04
[image: Capture.JPG] template: Bildiris bermek Modal title

Re: HTML code not being read

2020-03-30 Thread Aly_34_04 MR_34_04
show me your views On Monday, March 30, 2020 at 5:13:49 PM UTC+3, Jeff Waters wrote: > > Hi > > I have written some code that allows users of a website to comment on > photos in a picture gallery, using a form. However, when I test the code, > no comments are displayed. > > It would appear