/en/2.0/topics/class-based-views/generic-display/#dynamic-filtering
>
>
>
>
>
> *From:* django...@googlegroups.com [mailto:
> django...@googlegroups.com ] *On Behalf Of *RisenFenix
> *Sent:* Friday, March 16, 2018 7:55 AM
> *To:* Django users
> *Subject:* Question
: Question about Getting URL segment into a View
I am a newby to Django (2.0) and need some assistance, please. I have a list
of Grocery Wholesale Vendors in one model and their Contacts in another with
one to many join.
The Model...
from django.conf import settings
from django.db import models
from
I am a newby to Django (2.0) and need some assistance, please. I have a
list of Grocery Wholesale Vendors in one model and their Contacts in
another with one to many join.
The Model...
from django.conf import settings
from django.db import models
from django.urls import reverse
[...]
#Groc
3 matches
Mail list logo