#4 Django tutorials | First App Django - part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024

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

  • @jaggafarell7743
    @jaggafarell7743 5 ปีที่แล้ว +35

    Thanks Sir , You are just awesome b/c You don't hide Your Errors while Coding and recordings. We Learn Much from these Errors.

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

    Love that you just get down to business! You don't ask all the BS to smash the like button, plug your course etc.

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

    Lovely! Looked into many people on YT, no one gives explanation why this has to be done, even in 2021 (2yr later, since creation). This is supercool!

  • @godfluid
    @godfluid 3 ปีที่แล้ว +23

    I see that many are not getting "hello world" displayed even though their codes are correct. To solve this problem simply save all the codes before
    running the server and every thing will go smoothly.......Happy learning!!!!!!

    • @shiyasziuz501
      @shiyasziuz501 2 ปีที่แล้ว +1

      Thanks bro.. 🥵🥵🥵iam looking to solve this error for 8 hours. Thankyoh

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

      oh my god, this worked. Now I enabled autosave in visual stdio code

    • @InspireWithWisdom-pw2rf
      @InspireWithWisdom-pw2rf 5 หลายเดือนก่อน +1

      @@shiyasziuz501 but how to save codes ?

    • @vishwanaathh7962
      @vishwanaathh7962 4 หลายเดือนก่อน

      Thank you😂😂

    • @SusanErendu
      @SusanErendu 3 หลายเดือนก่อน

      Thanks alot
      It was really helpful

  • @imammustafaisa4596
    @imammustafaisa4596 3 หลายเดือนก่อน

    You are the best online teacher I have ever come across my whole life. Thank you Navin

  • @yevs99
    @yevs99 4 ปีที่แล้ว +1

    teachers like you are the real heroes providing the whole series in most easiest way of explaining the concepts.
    Thank u so much sir

  • @Rajkumar-vc2pg
    @Rajkumar-vc2pg 5 ปีที่แล้ว +77

    Who are having error "no module named django"
    1. Control +swift+p
    2.go and search *select interpreter*
    3. Select python interpreter with ur virtualenv... Solved

    • @Rajkumar-vc2pg
      @Rajkumar-vc2pg 5 ปีที่แล้ว

      @Linux Box hHaha no problem... You welcome

    • @AbhishekChauhan-wt1hb
      @AbhishekChauhan-wt1hb 5 ปีที่แล้ว +1

      @Rajat Katal bro iam having the same problem path(' ', include('myapp.urls'))
      No module myapp help

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

      thank you very much it's working for me

    • @shubamdadhwal3497
      @shubamdadhwal3497 4 ปีที่แล้ว +1

      thanx alot bro after wasting whole of my day,from here now i get to know that how it should be resolved

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

      I am getting an error(no module named 'calc') please help me to fix it

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

    I tried this like about 12 or 13 times each time I made one mistake or another at the end on running server...other videos only taught and you implemented along...loved it dunno how to thank you...so much

  • @antoniminkiewicz9824
    @antoniminkiewicz9824 4 ปีที่แล้ว +15

    Great - watching from London

  • @anilkumargupta6153
    @anilkumargupta6153 4 ปีที่แล้ว +5

    Sir can you explain on terminal why it creating 2 terminal one is cmd another is python I'm getting error and want to know how terminal exactly working.
    Sir please make a video on it since one week I'm getting this problem please help me sir 🙏🙏

  • @SusanErendu
    @SusanErendu 3 หลายเดือนก่อน

    Thank you so much Sir for the time you sacrifice and the knowledge you share for free . I really love the way you explain every single aspect.

  • @hanumanbhadke9711
    @hanumanbhadke9711 2 ปีที่แล้ว +3

    Sir when u start projects there was (test) after 3:35 there is (my projects) please can u tell me something about this because i couldn't run my code.

  • @samiruddininamdar2540
    @samiruddininamdar2540 5 ปีที่แล้ว +13

    video was good as always...............
    butt sir please explain with steps...means after which steps we should follow the another step

    • @kirtan__prajapati1827
      @kirtan__prajapati1827 4 ปีที่แล้ว +1

      try to make your own project of Hello world that help you alot , i changed name name and started again without guideline ,now i understand little bit more

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

    In the calc file in urls make sure to put urlpatterns and not urlPatterns or it will give errors

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

    For those people who followed the same code but Hello World doesn't show up,
    go to the settings.py in your project.
    Then, scroll down to the list ALLOWED_HOSTS.
    Then, add 127.0.0.1:8000 to the list.
    This should work.

    • @tushargoyaliit
      @tushargoyaliit 5 ปีที่แล้ว +1

      it is giving syntax error bro

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

      @@tushargoyaliit '127.0.0.1:8000' should work (with apostrophe or double quotes")

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

      it is still not working bro , i have added it to allowed host but still cant get through it

  • @zanivanusa7855
    @zanivanusa7855 3 ปีที่แล้ว +2

    if you have problems with "from . import views
    ImportError: attempted relative..." remove the "from ." from from . import views. worked for me

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

    You're my inspiration 😁 bro...
    I will also start to do tutorials on django......
    Today i had updated module 1 for python beginners...
    Asap i will update some more modules....
    Glad to.see you again

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

    How (test) is changed to (myproject) suddenly?🤔 3:37

  • @rajanwalia4tech
    @rajanwalia4tech 5 ปีที่แล้ว +9

    Sir, Your video entry tone makes me confident.

  • @gulamalimogal5961
    @gulamalimogal5961 4 ปีที่แล้ว +5

    Hey Alien, your explanation is awesome yaar

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

      wdym by alien?

  • @Jason-hl9jh
    @Jason-hl9jh 2 ปีที่แล้ว +3

    Hello sir, i'm just starting to learn django and I found your video helpful
    I already take all the steps you did in the video but i have got an error (No module named 'calc') in the python terminal. I search hours for solution such as using absolute and relative import for calc.urls but still get an error (attempted relative import with no known parent package)
    The other thing is I cannot use [from . import views] in your calc.urls file but instead i use [import views] and it does'nt occur an (attempted relative import with no known parent package) error
    Can you give me some solution for this? or maybe i have some configuration that i'm still not enable it? I'm using python 3.10.4

  • @susmitabhattacharjee5091
    @susmitabhattacharjee5091 2 ปีที่แล้ว +1

    File "urls.py", line 2, in
    from . import views
    ImportError: attempted relative import with no known parent package
    How to solve this error? Kindly help.

  • @jerinraju3126
    @jerinraju3126 3 ปีที่แล้ว +2

    sir,
    i followed u r setps.but the hello world is not showing ..there is non errors in the program.can u help me.

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

    please add more project videos for more experience ..this is good but is for beginners

  • @tushargoyaliit
    @tushargoyaliit 5 ปีที่แล้ว +4

    raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import

    • @RajeshKumar-go6st
      @RajeshKumar-go6st 5 ปีที่แล้ว

      Same doubt

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

      @@RajeshKumar-go6st check whether you had mentioned view name
      inside path eg: urlpatterns =[
      path('',views.home,name='home')
      ]

  • @pawan8537
    @pawan8537 3 ปีที่แล้ว +2

    hello some error in from . import views error is-ImportError: attempted relative import with no known parent package

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

      I'm also getting the same error
      tell me if you got the solution

    • @LemoAmass
      @LemoAmass 2 หลายเดือนก่อน

      @@tanvirulislam514 Same here

  • @dheerajpatil3551
    @dheerajpatil3551 4 ปีที่แล้ว +1

    M getting this error:
    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.

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

    All available on django documentation
    but your way and selective topics in whole series are awesome
    soo easy for learners to learn

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

    Hello! I followed all the steps you showed, unfortunately the web page is not showing Hello World
    what should I do?

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

      same here

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

      Check your port 8000 is free or not

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

      @@moinafsana5945 how to check it is free r not

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

      Same here

  • @PS-hj1eu
    @PS-hj1eu 4 ปีที่แล้ว +2

    I am using visual studio code and I create project and app and when I run server, django is work successfully but app is not running, "Hello world " msg of app is not display. please help me.

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

      how did you resolve this error?

  • @sowjanyachowdary688
    @sowjanyachowdary688 4 ปีที่แล้ว +1

    i'm getting this error - "raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
    django.core.exceptions.ImproperlyConfigured:
    and 'hello.urls' does
    not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
    Please help me !!

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

    explained really well sir!

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

    Спасибо from Russia

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

    ImproperlyConfigured(msg.format(name=self.urlconf_name))
    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.

  • @Rajasri-xg6df
    @Rajasri-xg6df 4 ปีที่แล้ว +1

    U r doing great sir.we are supporting u too make more videos to help us☺️

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

    Sir, you are using Visual Studio Code but you are saying it as only "Visual Studio" and I think Visual Studio Code and Visual Studio are different things , right ? Visual Studio is an IDE and Visual Studio Code is a Source Code Editor ... please reply if you will read this comment

  • @adityanarayanpurohit3705
    @adityanarayanpurohit3705 5 ปีที่แล้ว +1

    if you get an page not found error then open setting.py in telusko(your project name) then in INSTALLED APP write 'calc',(your app name) at the last
    then run it will work

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

      I have done that also...it is still showing the rocket page...bt not the hello world

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

      @@supravatanu7672 did you find solution? am using second week now

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

    Sir please help there is a error modulename eror: no module name calc not included and i tried everything and it doesn't work.

  • @anjumrohra9778
    @anjumrohra9778 3 ปีที่แล้ว +2

    Thanks, sir. Which package did you install for views?

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

    Greatings from Saudi Arabia, and nice work sir.

  • @wemake4u444
    @wemake4u444 5 ปีที่แล้ว +1

    After putting path('',include('calc.urls')) in urls.py .
    my server stoped and gives an error
    raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
    plz someone help

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

    your explanations are like crystal clear

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

    I enjoyed watcing this video very much. The video is very dynamic and nice to watch.

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

    Once I edit my urls and views folder to give "hello world" response it doesn't, rather I still get the django home page. I've tried to troubleshoot this for the past two weeks going my code line by line and restarting the projects severally but I seem to keep having this problem. Any suggestions for help?

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

      Facing same prob:(

    • @SusanErendu
      @SusanErendu 3 หลายเดือนก่อน

      After editting,save it

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

    Finally what I was looking for!

  • @SurajPal-dm3xm
    @SurajPal-dm3xm 5 ปีที่แล้ว +7

    unresolved import 'django.core.wsgi'Python(unresolved-import)
    how i solve this problem!!

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

      bro how we solve this error can you tell me

  • @bradbyard306
    @bradbyard306 2 ปีที่แล้ว +1

    my vscode is not showing when there is errors

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

    Getting error: No module name 'calc.urls'

    • @skelpton4227
      @skelpton4227 4 หลายเดือนก่อน

      Check if you have saved the urls file in calc folder

    • @vamsiuday8870
      @vamsiuday8870 2 หลายเดือนก่อน

      @@skelpton4227 in calc urls file keep views.index, name='index.html'

  • @hadoopwithcp
    @hadoopwithcp 5 ปีที่แล้ว +10

    I think you forgot the part of connecting new app in installed app of settings.py

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

    I got an error of Calc.views has no attribute home. Pls help me to solve it

  • @mohammedyounussyed5571
    @mohammedyounussyed5571 4 ปีที่แล้ว +19

    In url.py(telusco)
    i had error no module named 'calc'

    • @eightsoft
      @eightsoft 4 ปีที่แล้ว +3

      In this case you need to save all files or put tick to autosave files in vs code

    • @mohammadmobashshir5378
      @mohammadmobashshir5378 4 ปีที่แล้ว +3

      @@eightsoft thanks, i have spent atleast 4 hours to solve this error

    • @dheerajpatil3551
      @dheerajpatil3551 4 ปีที่แล้ว +1

      @@eightsoft thanks

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

      @@mohammadmobashshir5378
      👍👍

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

      @@dheerajpatil3551 welcome 👍

  • @banaras.wala.foreignaala
    @banaras.wala.foreignaala 4 ปีที่แล้ว +1

    I am watching, so far so good.

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

    Please sir tell us when you will upload next video

  • @JourneyWithRajeshAdhikari
    @JourneyWithRajeshAdhikari 4 ปีที่แล้ว +1

    Hello sir ,i am from nepal and when i try to run the server it shows the following errors,how can i correct this,and hats off sir for the way you explained the things is totally good and appreciating
    messages.extend(check_resolver(pattern))
    File "C:\Users\Winner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\core\checks\urls.py", line 23, in check_resolver
    return check_method()
    File "C:\Users\Winner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\urls
    esolvers.py", line 399, in check
    for pattern in self.url_patterns:
    File "C:\Users\Winner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\utils\functional.py", line 80, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
    File "C:\Users\Winner\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\urls
    esolvers.py", line 593, in url_patterns
    raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.

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

    Thanks man, Im really enjoying your video. easy to understand..

  • @h.snagabhushan1662
    @h.snagabhushan1662 5 ปีที่แล้ว +2

    hi sir, i am not getting hello world on my page, please suggest me the solution for it quickly,because i cannot move ahead with the video without getting the output

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

      Same here... Any solution??

  • @saurabhkore
    @saurabhkore 4 ปีที่แล้ว +3

    i am getting the following error:
    ModuleNotFoundError: No module named 'django.url'
    can anyone please help me out with this?

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

      did you figured out the error? pls help

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

    django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.

  • @bimalshrestha2354
    @bimalshrestha2354 4 ปีที่แล้ว +1

    at 2:56 how did u install that views ,,, u skipped that part

  • @amansinghal1523
    @amansinghal1523 4 ปีที่แล้ว +1

    from . import views - giving error saying "Exception has occurred: ImportError

    attempted relative import with no known parent package". Sir, can you please solve this error.

    • @dheemanthkumawat4511
      @dheemanthkumawat4511 4 ปีที่แล้ว +1

      Ctrl+Shift+P
      Search for python select interpreter
      and then select the test environment or whichever environment you installed Django

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

      Did u found fix?

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

      @@dheemanthkumawat4511 still same

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

    Sir I dont know why my home page is not appearing ("hello world") on server

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

      mine too did you find any solution ??

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

      @@godfluid did you resolve that error? If yes,could you guide me?

  • @elakkiyav670
    @elakkiyav670 4 ปีที่แล้ว +1

    how can create more than one python prompt in terminal ,pls guide me
    and when i run server it shows need to activate migrate. how could i solve it.Thanks.

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

    Really enjoying your videos, thanks for making django easy

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

    First to watch and like

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

      your are too vella 😁 😁 😁 😁 😁 😁 😁

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

      @@freakotech2410 And I think you are too busy in replying on comments, that's why you took 3 weeks to reply....
      Next time try to reply faster......

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

    How does virtual environment name "test" changed to "myproject" at time - 3:36

  • @susmetaa2922
    @susmetaa2922 3 ปีที่แล้ว +2

    I'm still getting the output "The install worked successfully! Congratulations!" but not the message to be displayed "Hello World" . Could someone guide me ?

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

      do you get your problem solved? if, yes please tell me too i am also getting the same problem.

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

      @@anammansoori9153 I used the github code which he posted. It works fine. Still couldn't track the mistake that I made in my code.

    • @dineshcuts
      @dineshcuts 3 ปีที่แล้ว +2

      Save all files before running server.. It will work fine.. I too faced this problem.. after saving all files it shows the output Hello World

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

      @@dineshcuts Thank you so much!!

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

    In #3 django tutorial you have taken virevr as test so how you have used myproject as virenv?

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

    How did your virtual env changed from test to myproject ?

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

      same doubt

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

      Same doubt tell me plsss

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

      @Nauman Shahid thank you

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

      add 'workon' command to test
      , then download django using command 'pip install django' and perform any action like creating app , run server etc.
      that's what worked for me!

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

      he must have changed it in between.
      just follow along, there you should have test instead and it should be fine

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

    i am getting unable to import django shortcuts. How to rectify that?

  • @bikramsingha2357
    @bikramsingha2357 4 ปีที่แล้ว +5

    please help
    path(' ', include('myapp.urls.py'))
    No module myapp
    i am getting this error

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

    6:25 콤마 까먹지 말자.
    Thank you

  • @SandeepRajput-mq4mf
    @SandeepRajput-mq4mf 5 ปีที่แล้ว +4

    Sir intro music is lit

  • @arijitpal2757
    @arijitpal2757 4 ปีที่แล้ว +1

    Sir, why didn't we add the calc app in the app list of the settings ?

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

      I did but after adding my whole project was not working

  • @helloharshavardhangamingte3091
    @helloharshavardhangamingte3091 6 หลายเดือนก่อน +1

    Sir I got errors..... It tells missing module file sir..... What I do sir...

  • @its_aabha
    @its_aabha 4 ปีที่แล้ว +1

    Sir my Hello World is not coming on Server. What should I do now?

  • @kapilanps7320
    @kapilanps7320 4 ปีที่แล้ว +1

    How to resolve the errors :
    Unable to import django.contrib , django.urls , django.shortcuts , django.http. ???

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

    In a particular tutorial, we were asked to add the app we created to the setting>installed app..why didn't we do so here?

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

    from wali error apne ap thk ho gyi kya.. vo to btao kse ki'

  • @hemanthkotagiri8865
    @hemanthkotagiri8865 4 ปีที่แล้ว +3

    A small correction: in here: 1:46 you say, "From all", what do you mean? It means *from the current directory* import views

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

      from . import views
      ImportError: attempted relative import with no known parent package
      how to solve it??

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

      @@PYQ_SSC make sure that your file is in the same directory as that of views is. Also, can you please elaborate more on your issue? Please provide any gist or a pastebin link.

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

      @@hemanthkotagiri8865 thank you 😊, I got it

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

      @@PYQ_SSC Hello. Could you kindly tell me how you solved this issue?

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

      @@hemanthkotagiri8865 Hello. Could you kindly tell me how you solved this issue?

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

    from . import views
    here showing error:Displaying no module

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

      i am getting same error

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

    How it comes that the environment changed from (test) to (myproject)? because i cant run "hello world" and looking for the mistake. maybe thats it?

  • @ayushpandey221
    @ayushpandey221 4 ปีที่แล้ว +1

    You're rushing man, let the video reach the ten minute mark. After the necessary changes, when I try and run the server there are a lot of errors. Frozenlib, module not found, etc etc.

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

      yah mee too! Any solution?

  • @pawanpardeshi5111
    @pawanpardeshi5111 4 ปีที่แล้ว +1

    Traceback (most recent call last):
    File "manage.py", line 21, in
    main()
    File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
    this error

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

      first type "cmd" without quotes and then type your code

  • @arunrajak.b9170
    @arunrajak.b9170 4 ปีที่แล้ว +2

    i am facing an error "no module named telusko",what to do ,pls anyone help guys

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

      bro how we solve this error can you tell me

  • @maqboolthoufeeqt
    @maqboolthoufeeqt 5 ปีที่แล้ว +1

    even after adding vc extension for django and python, nothing is listing when we type.
    please help me to solve that,

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

    when i try to do from . import views I get an Exception Unhandled ... attempted relative import with no known parent package

  • @aaditya4998
    @aaditya4998 6 หลายเดือนก่อน

    Hi telusko Sir, i have seen you working in a laptop kept very low. By seeing you im getting neck pain, well do you have any neck issues?

  • @yuvrajsinha3369
    @yuvrajsinha3369 5 ปีที่แล้ว +1

    Thank you for this video,

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

    Thank you broooo
    great JOB.. like it

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

    After Activating the Virtual environment, python manage.py runserver is not working in the terminal of Visual studio code. Please guide on this

  • @PritishMishra
    @PritishMishra 5 ปีที่แล้ว +9

    can I use pycharm for this projects.

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

    what should be done if there is calc module error appear. and like you I didn't get these 3 terminal cmd, python and python. csn you please explain it.

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

    sir i am getting this----------------------
    Import "django.conf.urls" could not be resolved from sourcePylancereportMissingModuleSource
    (module) conf

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

    i'm still getting the output "The install worked successfully! Congratulations!" but shows error in calc.urls as "unresolved reference" and the message is not displayed "Hello World" . Could someone guide me ?

    • @InspireWithWisdom-pw2rf
      @InspireWithWisdom-pw2rf 5 หลายเดือนก่อน

      i m getting the same problem
      do u know how to resolve it?
      pls

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

    Sir alot has been changed during these years, we are facing many differnces.
    Like workon is not working.
    App name is not imported

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

      to work with " workon" change from "powershell to cmd" in VScode terminal

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

    Thank you so much sir. Awesome videos 👍😀

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

    Thanks alot sir for making these videos 🙏🙏

  • @kunalupadhyay7970
    @kunalupadhyay7970 4 ปีที่แล้ว +3

    There are no ,errors but still by page does not show "hello world"

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

      Ya bro same problem

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

      Haa same problem bro

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

      did you find solution mate??

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

      @@godfluid It's been 10 months I don't even remember this video anymore so I can not tell but I may have to go through this video again

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

      @@kunalupadhyay7970 no problem I have got the solution just need to save before running the server

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

    the same I have done but I m unable to run like you. kindly reply plz. i m unable to get "Hello world"

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

      hey, how did you resolve this error?

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

      @@susmetaa2922 Pls chk your python interpreter u have used.

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

    Import django.contrib could not be resolved from source Pylance????
    getting this sort of error everywhere in my code