Help with Address app https://github.com/furious-luke/django-address

2019-06-19 Thread Alagiri Rajesh
Hi I am trying to link the address app . When i follow the instruction on the doc it says to just add as below from address.models import AddressField > > class MyModel(models.Model): > address1 = AddressField() > address2 = AddressFie

How to access manytomany field content

2019-06-19 Thread Alagiri Rajesh
Hi I am using the "Django Category" app (https://github.com/praekelt/django-category) I have installed the same and also have implemented the same. How do i access the category title and other details. Have tried to use the documentation but using

Re: How to access manytomany field content

2019-06-19 Thread Alagiri Rajesh
Hi @Андрей Сердюк, Thank you for quick response. Some clarifications please? So you are saying that i need to create a new class for the category? the current code for one of my app where i am using category field is as below: class Listing(models.Model): > user= models.Foreig