Hi. So what is your actual problem?
11.1.2018 3.04 "Shazia Nusrat" <[email protected]> kirjoitti: > Hi, > > I need quick help about using the fields in the following model: > > class Size(models.Model): > azimuth = models.CharField(max_length=200, blank=True, null=True) > tilt = models.CharField(max_length=200, blank=True, null=True) > boundary_coordinates = models.CharField(max_length=200, blank=True) > height = models.CharField(max_length=200, blank=True) > width = models.CharField(max_length=200, blank=True) > > I know there is a function reference for it but I don't know how to use it > as per the link below because I am newbie. > > https://docs.djangoproject.com/en/2.0/ref/contrib/gis/functions/ > > Please advise. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/CAD83tOz2xe4mHbbd1Xyag-Tad%2B3zsRjtQyTgC1C4Q35V1Wf4gg% > 40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAD83tOz2xe4mHbbd1Xyag-Tad%2B3zsRjtQyTgC1C4Q35V1Wf4gg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To post to this group, send email to [email protected]. 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/CAHn91oeB9c1axU-p7hyXZz5tD8sSbAskK7d%3DpVWTUvEsJwNHrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

