slyapustin / django-classified

Django Classified
https://github.com/slyapustin/django-classified-demo
MIT License
171 stars 77 forks source link

How can I implement countries and cities? #23

Closed songproducer closed 6 years ago

songproducer commented 6 years ago

I've tried doing it with groups but then I'd need to create the same section for each city multiple times - a cumbersome task.

slyapustin commented 6 years ago

This feature is currently not implemented. I think the best way is to create extra models for Country/City and add it as extra fields to the Item models.

slyapustin commented 6 years ago

Hi @songproducer ! I added Areas which you can use now to separate items while having the same Section/Group structure!