>From which book you have had learnt django
On Wed, May 20, 2020, 9:46 PM sunday honesty
wrote:
> Hello everyone! I have got a question. I am a Django beginner trying to
> build my first web app after completing a book.
>
> I made an app I called developers forum where authenticated users can po
”: search_query = request.POST[“search”] //Suppose search query is blog_1 If search_query[-1] == 1: return httpResponse(“blog1”) return //default index.html Sent from Mail for Windows 10 From: Ali AhammadSent: 20 May 2020 22:32To: Django usersSubject: Add search to my blog
_javascript_ it that needs to be done dynamically otherwise redirect() Sent from Mail for Windows 10 From: Ali AhammadSent: 20 May 2020 22:32To: Django usersSubject: Add search to my blog app At first you should make search search template where you should put what and how you want display Then
At first you should make search search template where you should put what and
how you want display
Then you should write a views.py function where you should use
query=request.GET[‘queer’]
Object_list=Post.objects.filter(title__icontains=query)
*same for the content If you want and then you shoul
Then you have a better option to learn react(a frontend framework for _javascript_). You cannot do dynamic stuff on the web without using _javascript_. Sent from Mail for Windows 10 From: sunday honestySent: 20 May 2020 21:57To: django-users@googlegroups.comSubject: Re: Add search to my blog app I
2020 21:45
> *To: *Django users
> *Subject: *Add search to my blog app
>
>
>
> Hello everyone! I have got a question. I am a Django beginner trying to
> build my first web app after completing a book.
>
>
>
> I made an app I called developers forum where authenticate
the #_javascript_. Sent from Mail for Windows 10 From: sunday honestySent: 20 May 2020 21:45To: Django usersSubject: Add search to my blog app Hello everyone! I have got a question. I am a Django beginner trying to build my first web app after completing a book. I made an app I called developers
Hello everyone! I have got a question. I am a Django beginner trying to build
my first web app after completing a book.
I made an app I called developers forum where authenticated users can post
something like question or code achievement and another can comment in form of
answer.
I want to add
8 matches
Mail list logo