No video

Custom Analytics // Django Tutorial // Data Collection

  Рет қаралды 29,600

CodingEntrepreneurs

CodingEntrepreneurs

Күн бұрын

Пікірлер: 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.
@CodingEntrepreneurs
@CodingEntrepreneurs 6 жыл бұрын
Yeah! Sweet
@Nobody-ky7sl
@Nobody-ky7sl 7 жыл бұрын
You are really perfect
@CodingEntrepreneurs
@CodingEntrepreneurs 7 жыл бұрын
+Nobody thank you!
@sarwarasserimam4490
@sarwarasserimam4490 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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!
@ejazshaikh1732
@ejazshaikh1732 7 жыл бұрын
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 7 жыл бұрын
+Ejaz Shaikh cool thanks. What are you working on?
@ejazshaikh1732
@ejazshaikh1732 7 жыл бұрын
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 жыл бұрын
are you going to make video of django and Angular?
@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)))
@jakhongiralikhanov8309
@jakhongiralikhanov8309 4 жыл бұрын
Looked like u from Uzb
@madiyarabdukhashimov8570
@madiyarabdukhashimov8570 4 жыл бұрын
@@jakhongiralikhanov8309 yeah :)
@jakhongiralikhanov8309
@jakhongiralikhanov8309 4 жыл бұрын
@@madiyarabdukhashimov8570 nice dude where exactly ?
@madiyarabdukhashimov8570
@madiyarabdukhashimov8570 4 жыл бұрын
@@jakhongiralikhanov8309 Tashkent
@jakhongiralikhanov8309
@jakhongiralikhanov8309 4 жыл бұрын
@@madiyarabdukhashimov8570 nice. Im from Namangan
@katuramu
@katuramu 7 жыл бұрын
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
@manuelbejadacosta4137
@manuelbejadacosta4137 6 жыл бұрын
Thank you so much
@CodingEntrepreneurs
@CodingEntrepreneurs 6 жыл бұрын
+Manuel Beja da Costa you’re welcome!
@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 жыл бұрын
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 жыл бұрын
@@CodingEntrepreneurs can you please create some Deep Cources on this topic because I knows in this whole KZbin 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 KZbin please... As Django/Analytics/Deep Learning.. please sir please do something.. for us..
@sarwarasserimam4490
@sarwarasserimam4490 3 жыл бұрын
@@CodingEntrepreneurs you can do that because you are "Django's Jingle"
@stevekingu1760
@stevekingu1760 6 жыл бұрын
Thank you man
@CodingEntrepreneurs
@CodingEntrepreneurs 6 жыл бұрын
You’re welcome!
@jinayorobo
@jinayorobo 3 жыл бұрын
can I use the mixins on views not class based view ?
@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 жыл бұрын
+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!
@hazhohuman
@hazhohuman 3 жыл бұрын
hi, is there any updates since you published this (2017)?
@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
@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 3 жыл бұрын
Using Django signals will be more okay and less code
@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 ???
@Mezklador
@Mezklador 7 жыл бұрын
"Make your own analytics great again!"
@CodingEntrepreneurs
@CodingEntrepreneurs 7 жыл бұрын
haha!
@sarwarasserimam4490
@sarwarasserimam4490 3 жыл бұрын
@@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
@bboyadao
@bboyadao 7 жыл бұрын
any solution for my database in a production ?
@kei8957
@kei8957 7 жыл бұрын
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 7 жыл бұрын
I don't think it works anymore from google but it's simple...
@meherfrioui2716
@meherfrioui2716 7 жыл бұрын
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 7 жыл бұрын
Thanks! So ... like KZbin Notifications?
@meherfrioui2716
@meherfrioui2716 7 жыл бұрын
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!
Custom Django User Model // DJANGO Tutorial
1:04:40
CodingEntrepreneurs
Рет қаралды 156 М.
Django + Chart.js // Learn to intergrate Chart.js with Django
26:45
CodingEntrepreneurs
Рет қаралды 231 М.
Now it’s my turn ! 😂🥹 @danilisboom  #tiktok #elsarca
00:20
Elsa Arca
Рет қаралды 11 МЛН
Oh No! My Doll Fell In The Dirt🤧💩
00:17
ToolTastic
Рет қаралды 13 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
AJAXify Django Forms // Django Tutorial // Learn Python Django
27:19
CodingEntrepreneurs
Рет қаралды 63 М.
Django + Celery + Selenium to Scrape Anything with Python
1:34:25
CodingEntrepreneurs
Рет қаралды 61 М.
Talk to Django with natural language. Text to SQL and more.
3:24:25
CodingEntrepreneurs
Рет қаралды 77 М.
MULTIPLE Model Search in Django -- Django & Python Tutorial
15:37
CodingEntrepreneurs
Рет қаралды 51 М.
Learn Django - Build an Asynchronous Chatroom with Django and Channels
1:31:27
SQL Server Management Studio (SSMS) | Full Course
1:22:44
Joey Blue
Рет қаралды 554 М.
Bootstrap v4 // Intro & Django Integration
1:08:13
CodingEntrepreneurs
Рет қаралды 58 М.
Now it’s my turn ! 😂🥹 @danilisboom  #tiktok #elsarca
00:20
Elsa Arca
Рет қаралды 11 МЛН