Django Forms Tutorial For Beginners - Get Started Fast! (2018)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ค. 2018
  • 7 Tips For Getting Better At Django:
    mailchi.mp/dea592ab3f6d/tips-...
    In this django forms tutorial for beginners, you will learn how to perform common tasks with django forms.
    Django forms can be used for a variety of things, such as generating the HTML form markup or validating a form.
    A django form is just a class that contains fields that specify a widget, which is used for telling python which HTML tag you want to generate for this particular field.
    By the end of this video, you will have a good overview of how to use django crispy forms to make working with forms easier, how to use ModelForms and we'll also cover an interesting field called the MultiValueField and use it to create our own field.
    Bootstrap CDN (scroll down to BootstrapCDN and get the single line snippet under CSS only):
    getbootstrap.com/
    If you enjoyed this video, make sure to subscribe and share it with anyone you think could enjoy it as well.
    I hope to see you inside of the next episode,
    Cheers.

ความคิดเห็น • 174

  • @MarkGla55
    @MarkGla55 2 ปีที่แล้ว +2

    Thank you. I have looked at many videos about working with Django. Yours is practical and to the point. Easy to understand and follow along.

  • @adhysh
    @adhysh 3 ปีที่แล้ว +4

    Thank you ! clear, concise and quite comprehensive on using crispy forms

  • @logancarey337
    @logancarey337 3 ปีที่แล้ว +4

    Thank you for having a good mic!!! So hard to find some tutorials that you can hear!

  • @berkalkan3382
    @berkalkan3382 3 ปีที่แล้ว +1

    This is still helpful for a newbie like me. Thanks a lot my guy.

  • @iancarr3923
    @iancarr3923 5 ปีที่แล้ว +3

    Another very useful video. Best example of crispy forms that I have seen. Many thanks.

  • @gauravpoudel7288
    @gauravpoudel7288 4 ปีที่แล้ว +2

    wow. thank u so much. exactly what i was looking for

  • @JJnnaatt
    @JJnnaatt 4 ปีที่แล้ว +1

    Very useful, especially the multivaluefield part!

  • @theodorehowell8869
    @theodorehowell8869 5 ปีที่แล้ว +55

    I trust you because I can hear your keyboard ;)

  • @arielol89
    @arielol89 4 ปีที่แล้ว +1

    Great video.
    I really likes how explain it!
    Thanks!

  • @yumeileventhal3069
    @yumeileventhal3069 3 ปีที่แล้ว +1

    Awesome tutorial!!! Thank you very much!

  • @oyatilloismoilov5540
    @oyatilloismoilov5540 2 ปีที่แล้ว +1

    Thank you bro I took amazing informations about django forms from your this amazing tutorial

  • @davudhaci5379
    @davudhaci5379 4 ปีที่แล้ว +1

    Thank you man its very helpful!

  • @thalindabandara1552
    @thalindabandara1552 5 ปีที่แล้ว +2

    Thank you very much for your tutorial! just spend 2 hours correcting one mistake and only you showed me that

  • @serhii.chumachenko
    @serhii.chumachenko 6 ปีที่แล้ว +6

    Thanks!

  • @sarathchandran2815
    @sarathchandran2815 4 ปีที่แล้ว +1

    Man you are awesome 😘😘. You deserve more views 👍

  • @martincronje5242
    @martincronje5242 ปีที่แล้ว +1

    Thanks for the video, would it be possible to show how you can apply bootstrap to the modelform class?

  • @troyforrester1991
    @troyforrester1991 3 ปีที่แล้ว +1

    Bro you are a life saver

  • @anindyachatterjee4765
    @anindyachatterjee4765 4 ปีที่แล้ว +1

    thanks for this wonderful video

  • @kiranraj-dw5gq
    @kiranraj-dw5gq 4 ปีที่แล้ว +1

    Awesome.Thanks

  • @jamesmckinnon4141
    @jamesmckinnon4141 4 ปีที่แล้ว +2

    When I set up the RegexValidator for entering only letters in the name field the message that say "enter a valid first name" shows up when there is only numbers in the field but when there is a combination of letters, such as "james1" , the message doesn't appear and the name is submitted. Is there a way to not allow any numbers at all?

  • @flaman75
    @flaman75 6 ปีที่แล้ว +6

    O melhor do youtube, claro como a água.

  • @bedux2009
    @bedux2009 4 ปีที่แล้ว +1

    That's wonderful explanation. I am subscribing to it. Do you have any video to write and read from CSV files using Python in Django ? I use Sublime as Editor in Windows 10.

  • @ayamada2905
    @ayamada2905 5 ปีที่แล้ว +1

    that's super interesting video. thank you.

  • @vrfEducation
    @vrfEducation ปีที่แล้ว +1

    useful and concise.

  • @sahilarora4602
    @sahilarora4602 4 ปีที่แล้ว +1

    Thank you

  • @EddyCaffrey
    @EddyCaffrey 6 ปีที่แล้ว +1

    I really liked. thank you bro

  • @anaynasingh9507
    @anaynasingh9507 2 ปีที่แล้ว +1

    Thanks a lot!

  • @ultimatetradingsecret
    @ultimatetradingsecret 3 ปีที่แล้ว +1

    Really Liked it

  • @Thesrik23
    @Thesrik23 6 ปีที่แล้ว +3

    Thank you, Gabriel.
    Love you Man

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      Always happy to help Srikant! Thanks for watching.

    • @Thesrik23
      @Thesrik23 6 ปีที่แล้ว +1

      The Dumbfounds
      What will be the next video about??

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      Srikant It will be either about REST APIs or how to extend the user model ;)

    • @Thesrik23
      @Thesrik23 6 ปีที่แล้ว +1

      Hey Garbriel, what if my page contains two or more forms! How do I let the view know that I'm submitting data from a particular form?

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      Hey Srikant, there are a couple of approaches. You can use different actions on the forms and handle them in different views. Another approach would be to assign names to the input buttons to determine which one was clicked. You can find more info on that approach here: stackoverflow.com/questions/866272/how-can-i-build-multiple-submit-buttons-django-form

  • @neelisivasai9023
    @neelisivasai9023 4 ปีที่แล้ว +1

    Thank you so much sir....🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @epic9675
    @epic9675 3 ปีที่แล้ว +1

    thank you very much

  • @jatinaggarwal2372
    @jatinaggarwal2372 5 ปีที่แล้ว +1

    Great job ..

  • @OthmanAlikhan
    @OthmanAlikhan 2 ปีที่แล้ว +1

    Thanks for the video =)

  • @caleb9195
    @caleb9195 4 ปีที่แล้ว +1

    Thanks man

  • @Tahreek_Films
    @Tahreek_Films 5 ปีที่แล้ว +1

    Thanks :)

  • @Firstusee256
    @Firstusee256 5 ปีที่แล้ว +1

    Awesome..

  • @vitisuporte6996
    @vitisuporte6996 5 ปีที่แล้ว +1

    Thanks......!!!!!

  • @JOHNBOSCOADAM
    @JOHNBOSCOADAM 4 ปีที่แล้ว +2

    Thank you for sharing, Am sure you will not disappoint me when am press the subscribe button, hahahaha ):

  • @omparikh4426
    @omparikh4426 4 ปีที่แล้ว +1

    why you changed from action=post to method-post in forms.html?

  • @lehoanglong9794
    @lehoanglong9794 4 ปีที่แล้ว

    That's really great, but when I do with crispy it has "*" in label. Example "Email *", how can I hidden it.

  • @AlThePal78
    @AlThePal78 3 ปีที่แล้ว

    after I made my superuser what admin route are you talking about?

  • @jiwan88
    @jiwan88 4 ปีที่แล้ว

    What are the 7 tips for getting better at django mentioned on description, the links didn't opened ?

  • @benjohnk622
    @benjohnk622 3 ปีที่แล้ว

    Hey, could you please give me the link to your oop concepts which u tells in this video?

  • @Raphael-bq1fc
    @Raphael-bq1fc 2 ปีที่แล้ว

    what's the use of super_init_ in NameWidget and the decompress function again?

  • @angladephil
    @angladephil 3 ปีที่แล้ว +3

    Hi, thanks for the tuto.
    Compared to HML+JS, this seems overcomplicated and I can't see any advantage to code with Python.

    • @jasiahmarvin23
      @jasiahmarvin23 2 ปีที่แล้ว

      You prolly dont give a shit but does anybody know a way to log back into an instagram account..?
      I was stupid lost the login password. I love any tips you can give me

  • @yt-1161
    @yt-1161 2 ปีที่แล้ว

    how can I add some space between name fields in the widget ? In my form the fields are flush

  • @rehankhaled4886
    @rehankhaled4886 5 ปีที่แล้ว

    The Dumbfounds I am getting error in the snippet form in views.py.The following error is The view myapp.views.snippet_detail didn't return an HttpResponse object. It returned None instead.
    Please help!

  • @ibtihelhacheni8365
    @ibtihelhacheni8365 5 ปีที่แล้ว

    how to represent a duration field ?

  • @niranjantamhane3602
    @niranjantamhane3602 4 ปีที่แล้ว +1

    I downloaded video powered it with external amplifier app still can't hear you properly and my headphone is broken

  • @kudakwashedzorani7576
    @kudakwashedzorani7576 3 ปีที่แล้ว

    Please help, how do I save the form created at the end of the video?

  • @vikashkumardas3741
    @vikashkumardas3741 5 ปีที่แล้ว +1

    cool

  • @shylasree5861
    @shylasree5861 3 ปีที่แล้ว

    On which platform r u executing the commands

  • @picsjpg1285
    @picsjpg1285 4 ปีที่แล้ว

    Which server u use I didn't understand

  • @ShemTelemaque
    @ShemTelemaque 5 ปีที่แล้ว

    Also a discord channel might be nice to create and grow this community.

  • @msalih
    @msalih 2 ปีที่แล้ว +1

    you know this job

  • @kaustavsengupta8757
    @kaustavsengupta8757 5 ปีที่แล้ว +1

    Great video. But can you also try to explain the django models CRUD? Might be helpful

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว +2

      Thanks! Do you mean what CRUD is in general and how to apply it do Django?

    • @kaustavsengupta8757
      @kaustavsengupta8757 5 ปีที่แล้ว +1

      @@thedumbfounds767 Applying in django and a brief introduction about what CRUD is might be helpful too

  • @RoyalG254
    @RoyalG254 4 ปีที่แล้ว +1

    you are wonderful dude thanks soo much...

  • @flavius2884
    @flavius2884 3 ปีที่แล้ว

    At 7:34 it shows me TypeError at /
    context must be a dict rather than set.
    What did I done wrong? And I am sure I wrote the same code in the video.

  • @kudakwashedzorani7576
    @kudakwashedzorani7576 3 ปีที่แล้ว

    I am getting an error 19:10 minutes, it is saying
    Failed lookup for key [helper] in
    During handling of the above exception ("Key 'helper' not found in 'SnippetForm'. Choices are: body, name."), another exception occurred:
    It only works after removing form.helper in your line 12, what should I do please help?

  • @praneethkondra1882
    @praneethkondra1882 ปีที่แล้ว

    Hi there is an issue at the end of the video, I'm not able to switch to snippet page it says an error VariableDoesNotExist at /snippet
    Failed lookup for key [helper] in

  • @nzs1
    @nzs1 4 ปีที่แล้ว

    Specify the snippet as "snippet one" and the body as, I don't know, "nnsjsjsn" 😂😂😂

  • @enian82
    @enian82 5 ปีที่แล้ว

    What if you want a form where the user enters couple of values you have to multiple with a standard value from the table and display it in the same form.
    example:
    The user has two inputs
    1. Pick a category A,B,C
    2.Enter a number.
    In the back end the database has these values
    A=2
    B=4
    C=6
    Our goal is to print what is received in 1 and multiple by 2 and display it in a separate line
    ------------------------------------------------------------
    Example 1
    1. User enters A
    2. User enters 10
    the output should be 20
    Can this be done using Django?
    Thank you

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Krish Kk Sure! Just create a normal form. One input is a choicefield. You can specify the choices as tuples with A and 2, B and 4, and C and 6. The second input would be an IntegerField (in the case that you only want to be able to multiply by who numbers). Then, just process the form, get the two values out of it, multiply and you‘re done :) Was that understandable?

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Oh, and as far as the displaying goes: either do it via AJAX if you want it without reloading the page, or just pass it in your context when rendering the template.

  • @shylasree5861
    @shylasree5861 3 ปีที่แล้ว

    On platform r u executing the commands

  • @Firstusee256
    @Firstusee256 5 ปีที่แล้ว +2

    Please upload videos on slug field and signals

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      I do plan a video on identifiers (slug, uuid). Don't know about signals, yet.

    • @akashkandpal1832
      @akashkandpal1832 5 ปีที่แล้ว

      @@thedumbfounds767 please sir make more videos. I have been waiting for 2 weeks now.

  • @williamkidwell1504
    @williamkidwell1504 5 ปีที่แล้ว +2

    Hey Gabriel - Great tutorial! I haven't checked your GitHub page, but is the code for this available?

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว +2

      Hi William. Yes, here is the link to the repo: github.com/Rechunk/django-forms-tutorial

  • @ivospironello6451
    @ivospironello6451 ปีที่แล้ว

    Why did you create 2 classes in forms.py with separated information? I want to have everything in one class

  • @SamChaneyProductions
    @SamChaneyProductions 4 ปีที่แล้ว +3

    Thanks so much for this video but could you do a video that covers using a GET request instead of POST using Django forms? All of the examples I can find online including this one only cover POST.

    • @johng5261
      @johng5261 2 ปีที่แล้ว

      why did you want a GET?

  • @shahidullahmiazi
    @shahidullahmiazi 6 ปีที่แล้ว

    Awesome! Please, putting action page later.

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว

      Shahidul Bari What do you mean by that?

    • @shahidullahmiazi
      @shahidullahmiazi 6 ปีที่แล้ว

      I want to see in HTML page of my input in a form.

  • @shirinebadi4104
    @shirinebadi4104 3 ปีที่แล้ว

    Hello. When I import forms in view I get circullar import error. how can i fix it?

  • @NETFQ
    @NETFQ 6 ปีที่แล้ว +1

    What if you wanted to use a bootstrap options form ... how can you postback the elected options and have Django pick it up using requests.POST ? ... I want to be able to do this without using modals.

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      NETFQ - Gameplay then don't subclass from ModelForm, only from Form. Does this help? docs.djangoproject.com/en/2.0/ref/forms/widgets/#setting-arguments-for-widgets

    • @NETFQ
      @NETFQ 6 ปีที่แล้ว

      thanks .. still not sure how you do it though.. I want to use this: getbootstrap.com/docs/4.0/components/list-group/ ... the 'list' to sent to the template and auto generated via a {% for x in y %} loop ... javascript lets you then select multiple items from the list ... just need to know how to get the selected (active) items from the list back to the view?

    • @NETFQ
      @NETFQ 6 ปีที่แล้ว

      basically the multiselect list is dynamic, variable number of items which users can select.

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      Take a look at the second answer of this: stackoverflow.com/questions/15393134/django-how-can-i-create-a-multiple-select-form. Instead of rendering the form with crispy forms, you can also just type out the html manually. Just make sure to assign a name to your inputs. If that doesn't solve your problem, I'll try to resemble it tomorrow and send it your way.

    • @NETFQ
      @NETFQ 6 ปีที่แล้ว

      ok last question I promise :)
      How can I populate OPTIONS var with the list of items? How can I pass this list to the form class?

  • @muhammadilyas2179
    @muhammadilyas2179 4 ปีที่แล้ว

    how to design it

  • @carloscastanyo
    @carloscastanyo 5 ปีที่แล้ว

    Can I use crispy forms with ModelForm? Because I tried as you in the video and there are problems.

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว +1

      Yep, crispy forms does work with ModelForms.

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 5 ปีที่แล้ว

    Hi sir, Is this some kind of alternative way of creating forms? can i still create the form in html and use it in my template and expects the same result ? Thanks

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว +2

      Sure, the end result always has to be form HTML the user can use. You can skip the crispy forms part if you want and write raw HTML and CSS. I'll soon have a video up on customizing forms! :)

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 5 ปีที่แล้ว

      @@thedumbfounds767 thanks... looking forward on that 😃. im learning a lot from your videos.

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว +1

      @@kenjohnsiosan9707 that's great to hear!

  • @anuoluwapowahab729
    @anuoluwapowahab729 4 ปีที่แล้ว +2

    Hello, nice tutorial but I got this error Failed lookup for key [helper] in

    • @soumi7356
      @soumi7356 4 ปีที่แล้ว

      same problem. Have you solved it?

    • @anuoluwapowahab729
      @anuoluwapowahab729 4 ปีที่แล้ว

      @@soumi7356 No, I have not

    • @SaeedAhmed-zo3om
      @SaeedAhmed-zo3om 3 ปีที่แล้ว

      Sorry, I'm a little late but hope other people will be helped.
      You havent changed the SnippetForm class in forms.py to get the bootstrap you'll need to do that in order to get that to work, Just look at the urls.py and you'll understand that the ModelForm and the other Form are in different locations

  • @hemanth6951
    @hemanth6951 5 ปีที่แล้ว

    Very complicated in this modern world

  • @vedxgaming8216
    @vedxgaming8216 5 ปีที่แล้ว

    Hey Gabriel,
    On my end it's not showing name and email when we use print...

  • @SJ-go2wf
    @SJ-go2wf 4 ปีที่แล้ว

    Do u have code in github?

  • @BrendanMetcalfe
    @BrendanMetcalfe 4 ปีที่แล้ว +2

    This is the only tutorial I've seen where they use the FormHelper haha

  • @veliea5160
    @veliea5160 5 ปีที่แล้ว +2

    Snippet form is not saving. Everything worked fine so far? Can anyone help pls

    • @ferror18
      @ferror18 5 ปีที่แล้ว

      mine neither, csrf token failing even though i have in the template and syntax is correct

    • @ferror18
      @ferror18 5 ปีที่แล้ว

      just is i typed my previous comment figured out the in my anchor tag i had placed the enctype attribute to text plain, i did that following a previous tutorial i removed that and it started working.

  • @govindaramana.n.586
    @govindaramana.n.586 4 ปีที่แล้ว +1

    dasi onnume puriyala da

  • @sabmost
    @sabmost 2 ปีที่แล้ว

    Pls where is the source

  • @akashkandpal1832
    @akashkandpal1832 5 ปีที่แล้ว

    you said that you will provide a link to the python tuts in the video , where is that link ?

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Which python tuts? Can you point me to where I said that in the video?

    • @akashkandpal1832
      @akashkandpal1832 5 ปีที่แล้ว

      @@thedumbfounds767 Sorry, I guess you said to watch other videos for Django.

    • @mtaylor2938
      @mtaylor2938 5 ปีที่แล้ว

      ​@@thedumbfounds767 You mention putting a link to your Python Class tutorial. You say at this @16:50. By the way, I found this tutorial very interesting.

  • @dinonppa1
    @dinonppa1 6 ปีที่แล้ว

    When saving. How do you save a choicefield?? I can not seem to get the choicefield to save to the database..
    Can you please help?

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว

      Could you post your code on bpaste.net or somewhere else?

    • @dinonppa1
      @dinonppa1 6 ปีที่แล้ว

      The Dumbfounds I will post it tomorrow night. Thank you! I can save everything else to the database except for that choicefield, i just don’t know how to add it to the models.py, I believe that’s the issue

    • @dinonppa1
      @dinonppa1 6 ปีที่แล้ว

      github.com/dinonappa1/CIProject
      Here is the code

    • @thedumbfounds767
      @thedumbfounds767  6 ปีที่แล้ว +1

      A choicefield has the user select a value which you want to store on database (I guess). So, you don't have to create a choicefield on the model, just use charfield and set choices=... (whatever choices you have). Take a look at this stackoverflow answer for more information: stackoverflow.com/questions/8077840/choicefield-in-django-model. Does that solve your problem? Btw: seems like you're building a cool project!

    • @dinonppa1
      @dinonppa1 6 ปีที่แล้ว

      Awesome! That did the trick! Thank you!
      And thank you! The project is pretty neat! Taking a lot of work. Learning a lot by watching your videos. Keep them coming!

  • @jacktimber5969
    @jacktimber5969 4 ปีที่แล้ว

    10:14 what is form = ContactForm(request.POST)

    • @sahilasopa3905
      @sahilasopa3905 4 ปีที่แล้ว

      When called it will post the data

    • @chawza8402
      @chawza8402 3 ปีที่แล้ว +1

      request.POST will return information body of HTTPresponse. in this case, name and email. and then we use the value to make an object from the ContactForm that he previously created. this way, he didn't need to do manually like "form = ContactForm(name=request.POST["name"], email=request.POST["email"]".
      or I could say creating the form right from the request parameter.

  • @obiwankenobi9987
    @obiwankenobi9987 5 ปีที่แล้ว

    Hi bro. Please record video ajax form and vuejs +django. Sorry my English

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Hi Ivan, I don't think VueJS will come anytime soon. Thanks for the recommendation!

  • @rajnisaini7733
    @rajnisaini7733 5 ปีที่แล้ว

    raise TypeError('HTTP status code must be an integer.')
    TypeError: HTTP status code must be an integer. i am facing issue in this line return HttpResponse(request,'form.html',{'form':form}) ..Hw i can reslove this

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Coming a bit late, but I think you meant to use the render() shortcut instead of returning the HtthResponse right away (the render function will do that for you).

  • @harshabindas5996
    @harshabindas5996 5 ปีที่แล้ว

    Hey people I need ur help... How to send an email using python 3 in Django? Please help me out!

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Hey Harsha, take a look at this: docs.djangoproject.com/en/2.1/topics/email/

  • @Student-kf7qw
    @Student-kf7qw 2 ปีที่แล้ว

    Its almost impossible to listen your voice. Check your audio recording device.

  • @briani466
    @briani466 4 ปีที่แล้ว

    source code?

  • @tarunchaudhary3958
    @tarunchaudhary3958 4 ปีที่แล้ว +3

    More explanation is required.. else video is good..

  • @ShemTelemaque
    @ShemTelemaque 5 ปีที่แล้ว +1

    Hello I have followed successfully to time code 20:49 but I have run into a error which after a researching am not sure what I am missing
    Error code: "Failed lookup for key [helper] in "
    code so far github.com/drmaq/form-project.git
    github.com/drmaq/form-project.git

  • @mehdimortaz351
    @mehdimortaz351 5 ปีที่แล้ว +1

    thanks

  • @tubehelpr
    @tubehelpr 5 ปีที่แล้ว

    super hot fire

  • @footballfan7796
    @footballfan7796 5 ปีที่แล้ว +1

    need your email

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      contact(at)thedumbfounds.com

    • @footballfan7796
      @footballfan7796 5 ปีที่แล้ว

      @@thedumbfounds767 that's not working

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      @@footballfan7796 should work. Ofc, make sure to replace (at) with @.

    • @footballfan7796
      @footballfan7796 5 ปีที่แล้ว

      @@thedumbfounds767 O.k. sent an email

  • @runthomas
    @runthomas 5 ปีที่แล้ว

    I HATE even the mention of the word 'context data' i dont know why you need it ..what it means ...when to do it ..its just so impossible to grasp

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      Context data is just the data you pass to the template used for rendering it. It is just a dictionary with key-value pairs.

    • @runthomas
      @runthomas 5 ปีที่แล้ว

      thank you , that would make sense.

    • @thedumbfounds767
      @thedumbfounds767  5 ปีที่แล้ว

      just play around with it and you'll see how it works :)

  • @ChengPhansivang
    @ChengPhansivang 2 ปีที่แล้ว

    This tutorial is literally not for beginners it's fast then my wifi

  • @govindaramana.n.586
    @govindaramana.n.586 4 ปีที่แล้ว

    fuckign

  • @andrewmartinez8340
    @andrewmartinez8340 2 ปีที่แล้ว

    jeez, your better off learning basic javascript

  • @lordkrishna7480
    @lordkrishna7480 ปีที่แล้ว

    VariableDoesNotExist at /snippet/
    Failed lookup for key [helper] in
    getting like this,,,please help me

    • @praneethkondra1882
      @praneethkondra1882 ปีที่แล้ว

      same error i have got at the end of the video, did you found the solution?

    • @lordkrishna7480
      @lordkrishna7480 ปีที่แล้ว

      @@praneethkondra1882 no

  • @KevinTempelx
    @KevinTempelx 4 ปีที่แล้ว +1

    Thank you