Custom Analytics // Django Tutorial // Data Collection

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024

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

  • @SamSam-zn4ym
    @SamSam-zn4ym ปีที่แล้ว

    Wow , just made my own tracking a few days ago . Great I will compare with yours and check on how I can improve mine

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

    Justin, you give so much, I hope are getting the financial benefits from all that you do. It's like you said in a recent email - I want to "copy" you and your style to be like you initially and build on that as my feet hit the ground and I can walk on my own. I'll definitely be buying your latest Ecommerce course and/or joining CFE.

  • @Nobody-ky7sl
    @Nobody-ky7sl 6 ปีที่แล้ว +10

    You are really perfect

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

    I watched this video around 8times... I don't have money the first thing... there is a reason for writing that dotted line... but... I want to know :
    # what if we can just create an automatic user when someone hits our website and just assign that particular IP address as name...
    # But the Point is By doing that we can create a user's overall graph by matplotlib or panda...., and that graph would shows us which is getting the most hits.. and create a program of conversation ratio for sales..
    # because it"s hard to get login to new sites...
    #so for newly started websites that would help to get user attractions, because there is nothing that we have to do with someone personal details..
    # we need conversation ratios.

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

      Please Justin Mitchell Sir.. and there is small bug in this code for object viewing as what if someone doesn't login.... it puts an error into website that's why.. ip address can be probably consider 90% of the time as unique identity..

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

      Please sir reply I know I'm 3 years late here

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

    Stellar

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

    A tutorial on how to let a user edit his own profile would be cool! Especially if you have a custom user model!

  • @moslihtaha-yassine4211
    @moslihtaha-yassine4211 3 ปีที่แล้ว

    how could I track ListView using mixins like what you do in this tuto and it is a great tuto

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

    Thanks, the contents you make are awesome. I just love it))). Best of luck)))

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

    class ProfileFollowToggle(LoginRequiredMixin, View):
    def post(self, request, *args, **kwargs):
    username_to_toggle = request.POST.get("username")
    profile_, is_following = Profile.objects.toggle_follow(request.user, username_to_toggle)
    return redirect(f"/u/{profile_.user.username}/")
    thanks Justin for the greate tutorials...so am new to python and was wondering how i can write that lastline of code in python2 to return the user profile when someone follows them .....am following try django series 1.11....thanks

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

    Hi Justin, thanks for sharing amazing stuff, I would like to request you, the tutorial on graphql and how we can implement it on django.

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

      +Ejaz Shaikh cool thanks. What are you working on?

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

      CodingEntrepreneurs currently I am working on project management website in django. I would love to create the API for it using graphql.

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

    are you going to make video of django and Angular?

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

    "Make your own analytics great again!"

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

      haha!

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

      @@CodingEntrepreneurs can you sir please extend this please... whenever I would have money in my life, i would pay you around maybe $1 million...please sir ...do please

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

    Thank you man

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

    Thank you so much

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

    how to insert data automatically on another model on inserting data in one data model and show them in admin?

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

      Using Django signals will be more okay and less code

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

    can I use the mixins on views not class based view ?

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

    hi, is there any updates since you published this (2017)?

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

    This is a great video Justin, I've watched it four times. Do you have any thoughts on bot traffic and how it might interact with (or be filtered from) this solution?

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

      Great question. My intuition would be to use Machine Learning to compare IP addresses with actual users, duration per page (or duration between page visits), and a few other features. Machine learning might be able to stamp out anomalies like bots or users that spend very little time on the site.
      Doing analytics is a science and takes a lot of trial and error!

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

      @@CodingEntrepreneurs can you please create some Deep Cources on this topic because I knows in this whole TH-cam or internet platform you are the one that's only be called as "Django's Jingle". Please sir.. can you reply to my latest comment and I don't have money to buy your course, can you please put it on TH-cam please... As Django/Analytics/Deep Learning.. please sir please do something.. for us..

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

      @@CodingEntrepreneurs you can do that because you are "Django's Jingle"

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

    I did the exact same thing but using an APIView, it doesn´t work. Any ideas on how can I make it work??Thank you

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

    any solution for my database in a production ?

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

    Hi, I saw on your github that you are going to release an updated tutorial for the e-commerce project. When do you think will be live?? Because I can't wait for it. Also, you are doing an amazing job!

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

      +Mihai Marian thank you! You can start right now actually. There’s still more to be added but if you start now, you’ll be able to learn the latest!

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

    Dear Sir, object_viewed_signal.send(post_list.__class__, instance=post_list, request=request) this gives an error in function based view. So can you tell me how to implement in class based views ???

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

    Thanks for perfect tutorial!
    Anyway, it's irrelevant question for this tutorial. I have one input field then I want to redirect to the google main page and fill the search field out based on the input that I entered.
    Can I do that? Do you have any idea?

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

      I don't think it works anymore from google but it's simple...

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

    I want to tell you thank you so much ,Sir if you read my comment please i want you to make video using notification i will appreciate

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

      Thanks! So ... like TH-cam Notifications?

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

      yeah sir ,and thank you thank you so much

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

    Does this work for APIViews ??

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

    Google is not very happy, you have a dislike!