Django Resources

2022-02-09 Thread Israel Lewis
Hello guys. I have just completed a tutorial on python. I want to start learning django now, can you recommended some great resources for me to use. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
https://oldgamesdownload.com/file/53792-2/ On Wed, Feb 9, 2022 at 9:15 PM Kenedi Novriansyah < kenedinovrians...@gmail.com> wrote: > Battle Realms + Winter of the Wolf - GOG Games | Download Free GOG PC > Games (gog-games.com) > > >

Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
Battle Realms + Winter of the Wolf - GOG Games | Download Free GOG PC Games (gog-games.com) On Wed, Feb 9, 2022 at 9:08 PM Kenedi Novriansyah < kenedinovrians...@gmail.com> wrote: > https://www45.zippyshare.com/v/07OKwKG1/file.html >

Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
https://www45.zippyshare.com/v/07OKwKG1/file.html On Wed, Feb 9, 2022 at 9:06 PM DUSHYANT SINGH wrote: > Need updates from MERN > > On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: > >> How to add django-admin-autocomplete-filter ? in my django filtter? >> >> -- >> You received this message because

Re: django-admin-autocomplete-filter

2022-02-09 Thread DUSHYANT SINGH
Need updates from MERN On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: > 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

Re: migrations: "no changes detected"

2022-02-09 Thread frank maduka
Make sure that You have registered you App you created and used it's models. Py to create database tables as well as registering models to the admin.py On Wed, Feb 9, 2022, 7:14 AM ramadhan ngallen wrote: > Your apps should be below django default apps > I.e below static files > > > On users

auto complete djangofilter

2022-02-09 Thread Dilja E G
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-admin-autocomplete-filter

2022-02-09 Thread Dilja E G
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.

Re: Django versus competitors survey

2022-02-09 Thread Derek
Hi Michael I think you may be be comparing apples and oranges and this could be because it seems you're more of a software user than a software builder. Django is used to build web-based applications, primarily those with a database backend. One such type of application is a CMS (other types