how to create a function to login with user nam e. if user name and
password is already exist, but want to login with user for super user.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails
class PlayerFilter(django_filters.FilterSet):
name = django_filters.ModelChoiceFilter(label='Name'
,queryset=Player.objects.all())
team__name =
django_filters.ModelChoiceFilter(label='Team',queryset=Team.objects.all() )
team__game__name =
django_filters.ModelChoiceFilter(label='Game',queryset=Ga
How to add django-admin-autocomplete-filter ? in my django filtter?
--
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
3 matches
Mail list logo