How to Make Your Full-Stack Web Application More Secure - Full Guide

  Рет қаралды 2,008

Code With Tomi

Code With Tomi

Күн бұрын

Пікірлер: 3
@insaf4634
@insaf4634 6 ай бұрын
Please build a chat app with nextjs and sql
@LearningSpectrums
@LearningSpectrums 6 ай бұрын
Does this apply to Django also?
@psjuniverse
@psjuniverse 6 ай бұрын
I was working on a post so I have a model that has a post, user, no_of_likes, date_created and caption so I only want it that if the user navigate to create update he will fill the form and I already have a form in my template that has a method of post and enctype so I query it like this @login_required(login_url='signin') def post(request): if request.method == 'POST': user = request.user.username post = request.FILES.get('post') caption = request.POST['caption'] if post and caption: new_post = Post.objects.create(user=user, post=post, caption=caption) new_post.save() return redirect('/') return render(request, 'home.html') The issue is that if the form is filled and submitted it's not showing in the database I have checked and it's not showing an error message Even if I check the terminal it's not showing a post was created it's just showing a response of 200 and if I check my admin panel it's still showing 0 post how can I fix this please
HTMX Sucks
25:16
Theo - t3․gg
Рет қаралды 132 М.
WHY did this C++ code FAIL?
38:10
The Cherno
Рет қаралды 299 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 375 М.
The Story of Next.js
12:13
ui․dev
Рет қаралды 590 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 915 М.
Everything You NEED to Know About WEB APP Architecture
10:27
ForrestKnight
Рет қаралды 572 М.
`const` was a mistake
31:50
Theo - t3․gg
Рет қаралды 140 М.
NGINX Tutorial for Beginners
51:03
freeCodeCamp.org
Рет қаралды 324 М.
The Suspense Drama: A Comprehensive Breakdown
55:40
Theo - t3․gg
Рет қаралды 122 М.
Ultimate Docker Compose Tutorial
1:03:14
TechWorld with Nana
Рет қаралды 224 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН