Introduction to Django Web Framework for Python (Django Tutorial) | Part 1

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

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

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

    Your videos helped me so much. Today I'm a quality engineer working for an ammunitions company

  • @maxns1031
    @maxns1031 4 ปีที่แล้ว +10

    I recommend everyone starting with Django to use virtual enviroment for your django projects.

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

    TO ANYONE WHO JUST STARTS WITH DJANGO: this tutorial can show u a little bit about how Django works (very good tutorial btw) but it lacks deeper understanding of how to really develop using Django. Max if you read this - excellent work - please consider adding vids about generic views and whats even more important --- testings!!! --- it can be really unpleasant for a newcomer to debug his basic application without automated tests which are really easy to understand with a teacher like you!

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

    I've never seen a tutorial as complete as that, thank you this beautiful tutorial

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

    Hi Max, I'm really new to coding and I don't normally interact with comments but I really wanted to say 'great job' from a beginners perspective. I like how you leave in the errors and debug live with us, and I like how you don't skip over things like parameter (request and self) those little details stop me asking...yeah but why...! Thanks for making these videos, I'll be sure to check out your other stuff too.

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

    Literally the best tutorial I''ve seen so far. Thanks a ton! Much appreciated.

  • @ImmaterialDigression
    @ImmaterialDigression 7 ปีที่แล้ว +7

    Amazing tutorial! So many tutorials don't give you any background of what the fuck is going on. This is so much easier to understand. A big problem teachers have is forgetting what it is like to not know all the content. That's why a lot of tutorials skip things or take things for granted. I'm a science graduate so I'm not an idiot but I just have little experience with code and Python and for me this was great!

    • @ImmaterialDigression
      @ImmaterialDigression 7 ปีที่แล้ว

      I did run into a problem on the second tutorial. the blasted thing won't recognise the second url. You probably can't remember making the tutorial but there is the line "url(r'^account/', include ('accounts.urls')),"that you add to urls.pl and it just doesn't seem to work for me. when you had the error and the browser says it tried the two urls and account it doesn't even say it tried account for me. No idea why! haha

    • @liteoner
      @liteoner 7 ปีที่แล้ว

      You're missing the $ after /

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

    thanks a lot...i did the django tutorial...and still finding it hard to get started....then you showed up ..

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

      watch here

  • @FakeMaker
    @FakeMaker 7 ปีที่แล้ว

    Oh my, 60 videos of sweet knowledge. Really looking forward to watch all of them ! I already have some understanding of Django, but I learn a lot by looking at other people's code. Thanks for your tutorials in advance ! :D

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

    Awesome tutorial! I am learning alot from you Max. My 2 cents of advice is always use virtual environment to work in, so you can avoid version conflicts.

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

    Hey Max, amazing series! Better than most others too. Well structured, clearly articulated, digestable nuggets. Hope to see more of you on your channel. Thanks for sharing and keep up the good work. A donation is coming your way ;)

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

    Hey max I like your teaching style love from India. Plz let's create javascript series basic to advance

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

    You have talent, skill in teaching. Please keep them up. Hope to have react native in the beginning and master. Thanks so much for your great course.

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

    Awesome tutorials Max!! Thanks for all your efforts.

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

    I use Atom now because of this video I really like it (after one month using it)

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

    Hey thank you for this complete tutorial. and i request you to make tutorial on latest django version with new project from scratch to finish(deploy). thank you. god bless you man.

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

    it needs to be redone for 2.0. subbed just now and waiting for 2.0

  • @evanedwards7203
    @evanedwards7203 7 ปีที่แล้ว

    Max, well done on the awesome tutorial. I've almost finished the series to date in the space of a few days and found it to honestly be one of the best and easiest to follow tutorials I've ever done.
    A personal request which I wonder if you could accommodate, I'd love to figure out how to determine the location of the person registering the account (by way of some sort of GPS, and, even better if possible, the option for them to select their location on a map). I've looked into some of the map apps available (which claim to be simple to integrate) but am struggling to do so into the site you've developed. Anyway, just a request!
    Thanks again.

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

    thanks max it seems your tut is the best learned easy and much, great work. Hope you make more tutorials.

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

    Is the series still relevant to the current version of Django? (2.1.4)
    Thanks for the series mate.

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

    I know it might be redundant at this level of expertise, but I still like having the link to the official djanjo site in the video discription. I am always nervous about downloading some virus from an unofficial site masquerading as the real site.

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

    Nice one...is this playlist all someone needs to know about Django?

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

    Can you please make a video on model choice field in django.

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

    please make projects on Shipping management system in django

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

    It would be awesome if you please add a tutorial for django-organizations package , THANKS

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

    really like what youre doing mate, wish I got started at this when I was your age :-)

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

    OK, Today I will start with your videos!! thks!!!

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

    Hii Max it's a humble request can u please make a video for the Django ORM by taking some model as example it's very much need full and try to cover all type of query set. i think it help alot of your subscribers.

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

    In Pycharm python manage.py runserver is replaced by pressing 1 button. Easy))))

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

      Yakov Kemer it is magic 👌🏻

    • @user-13520sdf
      @user-13520sdf 5 ปีที่แล้ว

      There's not only running django function. It's comfortable cmd runner, so you can run everything in one btn click

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

    Love your tutorials!

  • @ahsanhabib2577
    @ahsanhabib2577 7 ปีที่แล้ว

    Your Tutorials are very nice and clear. Also, It would be a great pleasure if you make tutorials on Django REST framework ....

    • @cjeniffen
      @cjeniffen 7 ปีที่แล้ว

      That would be awesome!

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

    Nice Les Paul! You should have disconnected it though.

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

    In which part you explained adding data to the custom user forms (user data like city etc)

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

    Amazing tutorial mate!

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

    Hello max.Can I get a way of reducing amount in table using a form. for example I have 50 boxes in store table, the 10 boxes have requested for usage. so I will have a form that submits data to dailysusage table and also it will reduce the amount in store tabe.

  • @paradox7338
    @paradox7338 7 ปีที่แล้ว

    hey Max,please make a video on nested queries in django.

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

    Hi Max, I'm facing some trouble when I run these commands:
    python manage.py makemigrations: This shows no erorr
    python manage.py migrate : This shows 'django.db.utils.OperationalError' : duplicate column name : ID
    Could you please help me out here?

  • @asifahmed1668
    @asifahmed1668 7 ปีที่แล้ว

    I have started watching your tutorials, these are very informative Max. thanks for your videos.
    and i just want to know what is this django profiling . because i have been assigned with a task to perform django profiling.
    please if you can help me out in this. Thanks in advance

  • @tieutranoh1917
    @tieutranoh1917 7 ปีที่แล้ว

    awesome tutorial!

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

    Hey man love your videos! Can you recommend me resources to learn bootstrap to help of the front end of my Django app? Also do you need to know js if using django? Thanks

  • @SahidulIslam-tz6tm
    @SahidulIslam-tz6tm 7 ปีที่แล้ว +1

    I am very much confused of choosing either django or java as my first server side programming language. Tell me the advantages of learning django over java. Please reply. Thanks

    • @liteoner
      @liteoner 7 ปีที่แล้ว

      Django is a framework, not a language

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

      My advice will be this: don't study java unless you have to. If you 're a beginner and you're learning everything by yourself it's much more easier to learn python and Django. You can work miracles with those tools, and they are relatively more easy to learn.

  • @michelesaba9302
    @michelesaba9302 7 ปีที่แล้ว

    Hello man, thanks for the material you uploaded! inspiring! could you please make a video on how to properly use the "Get_Next_by_FOO()" function as well??

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

    Can I deploy machine learning models using Django framework?

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

    Thanks a lot

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

    what Django version is this?

  • @donpislik7709
    @donpislik7709 7 ปีที่แล้ว

    Good tut Max, following, im a django newbie :)

    • @donpislik7709
      @donpislik7709 7 ปีที่แล้ว

      After following your tutorials, I realized I'm having the below issues and ain't got no freakin' idea on how to go abou' em
      TemplateDoesNotExist at /admin/login/
      admin/login.html
      Request Method: GET
      Request URL: 127.0.0.1:8000/admin/login/?next=/admin/
      Django Version: 1.10.6
      Exception Type: TemplateDoesNotExist
      Exception Value:
      admin/login.html
      Exception Location: c:\Users\banjo\documents\visual studio 2015\Projects\demo\demo\env\lib\site-packages\django\template\loader.py in get_template, line 25
      Python Executable: c:\Users\banjo\documents\visual studio 2015\Projects\demo\demo\env\Scripts\python.exe
      Python Version: 3.5.3
      Python Path:
      ['c:\\Users\\banjo\\documents\\visual studio 2015\\Projects\\demo\\demo',
      'c:\\Users\\banjo\\documents\\visual studio '
      '2015\\Projects\\demo\\demo\\env\\Scripts\\python35.zip',
      'C:\\Users\\banjo\\AppData\\Local\\Programs\\Python\\Python35-32\\DLLs',
      'C:\\Users\\banjo\\AppData\\Local\\Programs\\Python\\Python35-32\\lib',
      'C:\\Users\\banjo\\AppData\\Local\\Programs\\Python\\Python35-32',
      'c:\\Users\\banjo\\documents\\visual studio 2015\\Projects\\demo\\demo\\env',
      'c:\\Users\\banjo\\documents\\visual studio '
      '2015\\Projects\\demo\\demo\\env\\lib\\site-packages']
      Server time: Sun, 5 Mar 2017 10:28:30 -0500
      Template-loader postmortem
      Django tried loading these templates, in this order:
      Using engine :
      This engine did not provide a list of tried templates.

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

    Is there any whatsapp group for django developers

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

    is it the same process fr pycharm also??

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

    Hey, where did you learn Django?

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

    bro plz make a video after login a dashboard form

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

    hey which version are you using

  • @ded-pihto
    @ded-pihto 7 ปีที่แล้ว

    /admin/ says that "A server error occurred. Please contact the administrator.
    "
    and server says "You have an unapplied migrations"

    • @liteoner
      @liteoner 7 ปีที่แล้ว

      migrate your database

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

      you have to fire these commandes to appy migrations:
      ./manage.py makemigrations your_app_name
      ./manage.py migrate

  • @sks7527
    @sks7527 7 ปีที่แล้ว

    thx dude

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

    manage.py is missing when project was created
    ho do i get it

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

      dude what?
      start another project it is present by default

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

    my tutorial folder does not contain manage.py

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

    what version of Django tutorial is this?

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

    -bash: django-admin: command not found
    any help?

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

      do you have django installed?

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

      @@TheJuniorDev1 I actually sorted it out thanks I needed to pip install django inside the directory where manage.py is.

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

      @@geolegacy2 were you using a virtual environment or straight up installing Django?

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

    Вызов Отжимания Bring Sally Up - Push Up Challenge (Ответ Игорю Войтенко)
    th-cam.com/video/MTkm3wFX9SQ/w-d-xo.html

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

    why won't my terminal allow me to type atom . to open atom?

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

    something missing

  • @SaiKumar-og4ce
    @SaiKumar-og4ce 3 ปีที่แล้ว

    pls help i have messaged in insta gram

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

    Tutorial in windows

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

    Love your vids... but as less of your face as possible bro, you look like the skinny fish from sponge bob

  • @claudiumilea4158
    @claudiumilea4158 7 ปีที่แล้ว

    You talk too much and you do not focus on what is really important to learn