Django and Vue CRM tutorial - Django project with source code - Django Rest Framework course

preview_player
Показать описание
Learn how to build a simple CRM using Django and Vue by following this full course. This course is based on a previously series.

The project we're going to build in this video series is going to be a simple CRM. Here, the users can register leads with different statuses and other important information.

I will also implement different roles, so a manager should be able to add users which a normal user shouldn't.

For the backend, we will be using Django Rest Framework to set up the API endpoints. We will use Djoser to help us with authentication and tokens.

Learning how to build a CRM using Django and Vue is a great real world project. I will try to explain everything as good as I can. If you have any questions, feel free to leave a comment below.

This Django project has available source code here:

---

Support me

Important links

---

#codewithstein #django #python #djangoandvue
Рекомендации по теме
Комментарии
Автор

This channel is really amazing..I was searching for a long time this type of channel ...finally got it...

Champions_spports
Автор

I am 12 hours into a 6 hour video and yet only half way through. Just riveting! Awesome project tutorial!

cubertthedweller
Автор

This is the most clearest tutorial I've seen this far. I have watched 100s tutorials and got overwhelmed but this one got me glued at the screen entire video without coding anything.
Just watching and learning.

I will later code along.
Thanks very much man.

nzezonto
Автор

I really thank you stien, this is what I waiting for in a long time ... you are amazing bro

abdulrab
Автор

Tusen takk for alt du deler! Du forklarer det på en så enkel og rett frem måte at det er enkelt å følge og forstå :)

wienwinsituation
Автор

Your
explanation is amazing. Nice work bro.

rifathbinhossain
Автор

First of all thanks for your great tutorial, I'm learning huge from this, and for your kind information in 1:43:35, these are called backticks ('`'). hehhee

sanaullahaq
Автор

As always your content does not disappoint, though i might add that it would be nice in the future to have a demo of the system you are building and the begining of the video.

winstonmarava
Автор

i learned a lot from you, i wish you will make a serie with react js and django rest

codeazz
Автор

Your presentation flow to your tutorials is very concise and to the point. 👍

jondoe
Автор

Huge thank you, man! Great work, valuable knowledge!

dimotions
Автор

Thanks, i waiting for this,

I learning django from your channel,

So thanks for sharing knowledge

dhalig
Автор

It would be very helpful if the task list was in the description with the minutes, thank you very much for the training!

luisematos_
Автор

It is Really Good, I really really liked it 👍👍👍

nurullo.salaydinov
Автор

Mr. Stein maybe you should increase the text font size of the vscode and terminal, it hard to see it on phone.

BTW nice video

aditya.
Автор

Thanks for the tutorial. Really hope for the same tutorial with Nuxt 3

quocbao
Автор

1:49:20
Oddly, for me route EditLead works without params and errors out with params. Error in console says "id: undefined" if params is present.
Have spent lot of hours but unable to figure out the problem.
Edit: Works if changed to
<router-link v-if="lead.id" :to="{ name: 'EditLead', params: { id: lead.id }}" class="button is-light">Edit</router-link>

aaazyyy
Автор

Hey Stein! I wanted to know from you, in your courses for writing api you use rest technology, have you tried graphql, and what is your opinion about it?

darwinsterritory
Автор

Can you do a course like this but using react and django? Thanks!

kaijuh
Автор

Thanks. Will the tutorial be easy to follow for someone who has not used VueJS at all?

pratyushbehere