Deploy a Django Web App on PythonAnywhere.

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

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

  • @abrscab1239
    @abrscab1239 9 หลายเดือนก่อน +3

    I highly recommend this video to anyone interested on Deploying Django project, Thank you Clinton.

    • @CodeWithClinton
      @CodeWithClinton  9 หลายเดือนก่อน

      I am glad the video helped.

  • @divyanshukrishna6958
    @divyanshukrishna6958 10 หลายเดือนก่อน +1

    man,you will not understand the pain i am going through love you man
    thanks you making this video
    love you man
    love your content

    • @CodeWithClinton
      @CodeWithClinton  10 หลายเดือนก่อน

      I am glad it helped. Happy New Year to you. ✨

    • @robertsutton3666
      @robertsutton3666 วันที่ผ่านมา

      I feel your pain. I was up all night with chatGPT trying to get react to work on PythonAnywhere with my Django site. I had no idea how complex it can be!

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

    Have watched different video tutorials on this, but only yours worked for me. Thanks man.
    You just gained a subscriber. ❤️

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Glad it helped, thank you.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

    • @jpcodes373
      @jpcodes373 ปีที่แล้ว

      @@legendsanimexy8217 what's your challenge ?

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

    Man, thanks a lot, I was following the pythonanywhere tutorial, and got stuck on the second point, following your video is really easy :-)

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

    Hi Clinton, Thank you so much for the video-it’s been incredibly helpful! I do have one question, though: How did you manage to ensure that all your CSS styles are applied? My HTML template loads fine, but unfortunately, the CSS styles aren’t showing up. Thanks again, and best regards, Marco

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

      @@marcomoldenhauer7903 I guess you didn't configure whitenoise properly.

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

    That tutorial helped me so much, you got a new subscriber !!!

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

      Thank you, I am glad it helped.

  • @mattunwin4254
    @mattunwin4254 ปีที่แล้ว

    Trying to deploy on AWS Elastic Beanstalk was a nightmare, this is a lot easier! Thanks for your help.

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

      Glad it helped! You are welcome.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @mathapelomphahlele5309
    @mathapelomphahlele5309 ปีที่แล้ว

    Thank you Clinton, this was very easy to follow.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      You're welcome.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      ​@@CodeWithClinton bro can you help me . I have been trying so much to host my djnsgo website but its not working .
      Whenever i am doing pip install -r requirments.txt after installing some its showing me an erorr in the end like
      It's actually very big i cant wirte that all even if i want . I am getting the error at the last when it's making wheel for something like building wheel for psycopg2 .
      Error : python setup.py bdist_wheel

  • @rodrigoriveras
    @rodrigoriveras ปีที่แล้ว

    Great job Clinton. Could you please help me with this issue? thanks
    ImproperlyConfigured at /
    settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.

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

      Search online for a proper database configuration for your django project or you can simply check your previous django projects and copy the database configurations into your current django project.

  • @potrishead
    @potrishead 5 หลายเดือนก่อน

    Exactly what I needed. Thanks so much!

  • @catailabaca2937
    @catailabaca2937 7 หลายเดือนก่อน

    Thank you!! it was the alowed hosts , you're the best!! i own you a beer

  • @denizerkan2838
    @denizerkan2838 ปีที่แล้ว

    This is a very well explained walkthrough , thank you so much. Can you make a video about how staticfiles can be set as well please ?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Staticfiles was also set in the tutorial. Thanks for the compliment. 🙏

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

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

      @@legendsanimexy8217 did you solve the issue with static files

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

    Great Tutorial Body, it worked fine!
    just a question, how do i send this to my domain ?
    Is pythonanywhere good for deploying real projects, such as e-commerce, realtor websites?

    • @CodeWithClinton
      @CodeWithClinton  2 หลายเดือนก่อน +1

      Pythonanywhere is a great choice.

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

    Thank you so much. it works!!!

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

      @@sukhi_thorifinn you're welcome.

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

    I already have a virtual environment setup in my django project so should I make another one while hosting it on python anywhere ?

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

      Yes, you have to create another virtual environment.

    • @Karma_9913
      @Karma_9913 ปีที่แล้ว

      ​@@CodeWithClintonthanks bro my website works fine now

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@Karma_9913 you are welcome man.

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

    when i am trying to deploy the project its showing Not Found
    The requested resource was not found on this server.

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

      You definitely missed a part in the tutorial.

  • @kanweiedward5728
    @kanweiedward5728 ปีที่แล้ว

    Great one bro, love your channel.

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

      Thank you.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @yuvrajlolage4618
    @yuvrajlolage4618 ปีที่แล้ว

    Please provide tutorial for MySQL database on localhost

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

    Thanks for the tutorial. Please, what if I am using the latest version of Python(3.11)?

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

      You're welcome, your python version does not matter, just follow the steps I took in the tutorial.

    • @Austin_08
      @Austin_08 ปีที่แล้ว

      @@CodeWithClinton Alright. Thanks. Mine is actually an API project.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@Austin_08 you are welcome.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @TheLoneMan-fk2iu
    @TheLoneMan-fk2iu 6 หลายเดือนก่อน

    give a toturial on how to get the requirement.txt and the rest

  • @LiveWelLounge
    @LiveWelLounge 8 หลายเดือนก่อน

    kindly collectstatics ko b explain kr dyn

  • @lembryant9922
    @lembryant9922 8 หลายเดือนก่อน

    Great video!

  • @vinayakupadhyay7527
    @vinayakupadhyay7527 ปีที่แล้ว

    Thanks a lot brother, but my static files (CSS and images) are not being accessed. What to do for that?

    • @Karma_9913
      @Karma_9913 ปีที่แล้ว

      In the web tab in the static files section u have to add static files there like in terms of path

  • @xband0
    @xband0 ปีที่แล้ว

    Thanks for this tutorial Clinton

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Thank you.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @pranit_7D
    @pranit_7D ปีที่แล้ว

    Thanks this worked perfectly!

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      You're welcome.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @ayushvanvary
    @ayushvanvary 7 หลายเดือนก่อน

    can we update our website and data , do changes and can we use postgres db

  • @FactsInsights5
    @FactsInsights5 ปีที่แล้ว

    hi clinton i have followed you till the end and when I open my website at last my website it running but all the content changed and everything on my website showing wrong.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Showing wrong, what do you mean??

    • @FactsInsights5
      @FactsInsights5 ปีที่แล้ว

      @@CodeWithClinton i mean the alignment of all content of my website is changed and not a single css part is working.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @CHRISDANIELDAQUIOAG
    @CHRISDANIELDAQUIOAG 5 หลายเดือนก่อน

    how to install requirements.txt it doesn't install in my website said that its not inside of my directory, when I'm putting it in the directory it still doesn't install, help me please

    • @CodeWithClinton
      @CodeWithClinton  5 หลายเดือนก่อน

      Make sure the requirements file is in the root directory of your Django project.

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

      it is

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

      still not working

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

    Hi Clinton, I am facing errors when I try to clone the git repository on the pythonanywhere bash. Please, any help with that?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      What's the error message?

    • @Austin_08
      @Austin_08 ปีที่แล้ว

      It asks for the github username and password. But when I provide them, it will tell me that it no longer support that form of authentication. But when you cloned yours, it didn't request for any login details.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@Austin_08 yeah, it was changed recently.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@Austin_08 you have to create a token on GitHub to be able to pass through while using PythonAnywhere

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @Jook2rib
    @Jook2rib ปีที่แล้ว

    this works. you explain things well thank you & subscribed

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Thank you so much.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

    • @Jook2rib
      @Jook2rib ปีที่แล้ว

      @@legendsanimexy8217 what part did you get up to?

  • @fairozfardin753
    @fairozfardin753 10 หลายเดือนก่อน

    very helpful

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

    nihuya tushunmadim e kot nahuy tushunarlirok yoz

  • @Austin_08
    @Austin_08 ปีที่แล้ว

    Hi Clinton, I have successfully deployed it. Thanks so much. But I still need clarification on something o. It's a project in progress. So will it automatically deploy any changes I push to my repo?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      It won't automatically deploy you have to go down to the PythonAnywhere console and then pull your changes.
      In your PythonAnywhere console simply cd into your project directory and run "git pull".

    • @Austin_08
      @Austin_08 ปีที่แล้ว

      @@CodeWithClinton Ok. And once I pull, it will deploy? thank you very much bro.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@Austin_08 yes bro, you are welcome.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @BenjieBejo
    @BenjieBejo 5 หลายเดือนก่อน

    Hello! Why 'Error during template rendering'?

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

      This is my first time hearing about this error, so sorry about it.

  • @CHRISDANIELDAQUIOAG
    @CHRISDANIELDAQUIOAG 5 หลายเดือนก่อน

    also when I'm clicking the link it says that something went wrong

  • @fitzgerardmouliom443
    @fitzgerardmouliom443 ปีที่แล้ว

    hi, if i have not set a requirement.txt file, how should i do, should i run directly pip install django ?

  • @luuvinhtuong
    @luuvinhtuong ปีที่แล้ว

    thank you so much!! bro.

  • @Austin_08
    @Austin_08 ปีที่แล้ว

    Hi Clinton, I am here again o. I can not access my database after deploying. It throws 500 server error.

    • @Austin_08
      @Austin_08 ปีที่แล้ว

      I have resolved this issue. But my otp verification third-party service is not working on pythonanywhere

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Have you tried a different hosting service?

    • @Austin_08
      @Austin_08 ปีที่แล้ว

      @@CodeWithClinton Yes. I have used Heroku

  • @JustPython
    @JustPython ปีที่แล้ว

    nice video

  • @pathak.8448
    @pathak.8448 8 หลายเดือนก่อน

    hi image is not showing on the live server what should I do?

    • @CodeWithClinton
      @CodeWithClinton  8 หลายเดือนก่อน

      Host the images on a separate server like aws S3 bucket.

    • @pathak.8448
      @pathak.8448 8 หลายเดือนก่อน

      @@CodeWithClintondoes static files not work on python anywhere?

    • @pathak.8448
      @pathak.8448 8 หลายเดือนก่อน

      After hoisting images on other servers how will I integrate with it.

  • @stepankhachatryan1544
    @stepankhachatryan1544 ปีที่แล้ว

    my github doesn't allow me to upload db.sqlite3 file because it is more than 25mb (31mb). please help. what i can do?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      What I can think of, is using a live Postgres database.

    • @ARSALANRATHER404
      @ARSALANRATHER404 11 หลายเดือนก่อน

      I have mysql will i be able to use free plan

    • @CodeWithClinton
      @CodeWithClinton  11 หลายเดือนก่อน

      @@ARSALANRATHER404 I can't say, try it out.

    • @ARSALANRATHER404
      @ARSALANRATHER404 11 หลายเดือนก่อน

      @@CodeWithClinton can you help with heroku im facing sognup problem

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

    Thanks

    • @CodeWithClinton
      @CodeWithClinton  2 หลายเดือนก่อน +1

      @@MrSteeiii you are welcome.

  • @yusufmayowa
    @yusufmayowa ปีที่แล้ว

    Thanks for this Man.
    But, how can i use access the Paid Hosting...i don't want the . pythonanywhere in the address
    🙏

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

      During the signup process you can choose between a free or paid account.

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @Atina-r4g
    @Atina-r4g 10 หลายเดือนก่อน

    "mkvirtualenv venv" does not work.what to do?

    • @CodeWithClinton
      @CodeWithClinton  10 หลายเดือนก่อน

      Which operating system are you using?

  • @weslleypablo6287
    @weslleypablo6287 ปีที่แล้ว

    staticfiles not found in my project :|

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

      You have to configure staticfiles in your settings.py

  • @abd1428
    @abd1428 10 หลายเดือนก่อน

    this is good but my static files dose not run .

    • @CodeWithClinton
      @CodeWithClinton  10 หลายเดือนก่อน

      Oh, sorry.

    • @abd1428
      @abd1428 10 หลายเดือนก่อน

      thank u man
      got fixed tho
      @@CodeWithClinton

  • @Zero9BS
    @Zero9BS 10 หลายเดือนก่อน

    tanks bro!!

  • @mohamedazizchibani6004
    @mohamedazizchibani6004 ปีที่แล้ว

    nice video ! and how to update it ?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      Thank you, I covered updating in this video th-cam.com/video/CdtQSiC8ZNQ/w-d-xo.htmlsi=6yGXwFWh_ujo44sJ

    • @legendsanimexy8217
      @legendsanimexy8217 ปีที่แล้ว

      If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help

  • @vinsshaji3607
    @vinsshaji3607 ปีที่แล้ว

    my static files are not working after deployed, Please help

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      You need to configure your staticfiles in your settings.py file.

    • @wilfrd_ke
      @wilfrd_ke ปีที่แล้ว

      hello, have you manage to solve with static file, I'm am stuck too, please help how you did it.

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@wilfrd_ke watch this to solve the static issue. th-cam.com/video/CdtQSiC8ZNQ/w-d-xo.html

    • @wilfrd_ke
      @wilfrd_ke ปีที่แล้ว

      @@CodeWithClinton ok thanks let me watch it now

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@wilfrd_ke you are welcome.

  • @officialnchitah9865
    @officialnchitah9865 ปีที่แล้ว

    Yep! Thanks

  • @RealReir
    @RealReir ปีที่แล้ว

    How long does it last?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      I don't understand.

    • @RealReir
      @RealReir ปีที่แล้ว

      Before the project will be taken down or is it free for life?

    • @CodeWithClinton
      @CodeWithClinton  ปีที่แล้ว

      @@RealReir it free for life, you just have to refresh the server every 3 months.

  • @magnusvalterkaljuste9491
    @magnusvalterkaljuste9491 ปีที่แล้ว

    Throws me 500 server error =(

  • @nadahimdi-j5d
    @nadahimdi-j5d ปีที่แล้ว

    my app contains a jupyternote book so I keep getting this error 2023-11-13 20:51:26,733: Error running WSGI application
    2023-11-13 20:51:26,761: FileNotFoundError: [Errno 2] No such file or directory: './savedModels/model.joblib' , any ideas ?