Deploying to Heroku Server | Django (3.0) Crash Course Tutorials (pt 23)

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

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

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

    Don't forget to check out my Complete Django course! dub.sh/NvGboTI

  • @AmanSharma-kq4rb
    @AmanSharma-kq4rb 4 ปีที่แล้ว +3

    Man I wish I could hug you right now. I was on the verge of a fucking mental breakdown when your video just saved me. As a self learner, sometimes some problems can be really overwhelming. I was stuck at a step during deployment. I saw your video, then got some motivation that if you can successfully deploy then so can I. Went through your entire video, then through a shit ton of documentations and finally figured out the solution to my problem.
    Mad respect to you and the work you do. You are my inspiration. I wish you all the best in your journey.

  • @-DixonAndrewVandeStarSimbolon
    @-DixonAndrewVandeStarSimbolon 4 ปีที่แล้ว +124

    for people who got an error like this
    fatal: not a git repository (or any of the parent directories): .git"
    in terminal go to root dir of your project and type git init

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

      thank you so much

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

      Thank you brother

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

      it works (y)

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

      sorry but it is still showing me the same error. how can i fix it

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

      type git init this will create a reposotery then type the command it will work

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

    got your website for $40k in my recommended, watched it and i liked listening to your experience very inspiring i might add , seeing that you are using the technologies i want to prefect django + react as well as you being a relatively new youtuber got me to subscribe coz i think it'll be great to be here early and watch you grow. cheers! all the way from UG

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

      Thank you Jordan I appreciate your support :) Django + React go very well together so it surprises me that I don't see more online with this combination.

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

      ive been coding for a year and 5months and i've been subscribed to alot dev youtubers Traversy, DevEd etc but what i noticed is that most people want to stick to a fully JS stack or using python django/flask with a css framework (though traversy did actually try on this and we appreciate), yet something good can really come out incorporating both sides into one not that the former isn't capable im just sure there are more out there with a need for content using the two together , you already have points on this

    • @snex-techprogrammer5110
      @snex-techprogrammer5110 3 ปีที่แล้ว

      @@DennisIvy Hello, am getting this error, what might be the problem -----> App not compatible with buildpack: buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
      More info: devcenter.heroku.com/articles/buildpacks#detection-failure
      ! Push failed

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

    Спасибо за достойный контент. Смотрю, только, из-за твоего английского, он на охрененном уровне. Респект.

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

    Thanks, Dennis, your tutoring skills are top-notch, this tutorial helped me a lot..Kudos!

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

    You are great. I have spent almost two days to deploy my website. But could not find the right solution. Most of the youtubers make it complicated and the beginners will be confused. You make it simple and clear. Finally I deployed my website after watching this tutorial. Thank you very much.

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

    Thank You very much! I've been trying to deploy my Django app for days and was ready to give up until your video showed up. Great Tutorial!

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

    Thank you Dennis. You are amazing. This crash course makes my django developing life more easy what i didn't get last three year.

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

    Thank you so much Sir Dennis, hope we achieve our goals

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

    Amazing tutorial series. What would be extremely helpful sequel to these would be a some kind of tutorial for simple DevOps tasks with django. It would be useful to learn, how do to do continuous development and integration with django as there are not that many tutorials around. Most deployment tutorials focus on only deploying "finished" projects.

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

    Really appreciate . We are expecting advanced tutorials in django

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

      We'll advanced soon after the basics :)

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

    17:19 Why cant I drag and drop folders to github like that ? It only happens with files

  • @Jose-ol5xk
    @Jose-ol5xk 2 ปีที่แล้ว

    DENNIS I'M ALMOST CRYING DUDE THANKS FOR THE HELP YOU ARE THE BEST!!!!!!!!!

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

    MANY MANY MANY THANKS for this video
    I have been trying to deploy my Django apps but I was not able to do so until I watch your video.
    It is really easy and helpful.

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

    Your tutorial is by far the best ever with much explanation...Thank you so much

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

    To be honest, it was hard to follow this as a tutorial since it jumps around a lot... For example: First we add all files to Github THEN have to make edits and update the files on Github ... First we create requirements.text THEN we add another library (White Noise). Might help to write out what you're going to teach ahead of time, so you don't have to hop back and forth, which becomes confusing -- the content is hard enough as it is for beginners without all the jumping back and forth... Thanks for making this, still appreciative!

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

    12:43 - I never knew we can drag drop files onto github.

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

      yep way easier and faster

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

      its annoying sometimes because if your project files have any empty file it just stops uploading

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

    For those who are getting errors related to the collectstatic, I think you should consider looking at your CSS file if you have and avoid referencing images from the URL that is outside of your apps, in the base directory.
    This has helped me!

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

      pls can you explain a lil bit more

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

      @@tofunmiadeyinka6201 look at your files directory

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

    Appreciate your work, good luck to you, Dennis!

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

    thank you Dennis. I could finally deploy my django app to heroku

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

    Hey man I just wanna say a huge thanks! I definitely will take one of your paid courses! great teaching!

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

    i am using default database and staticfiles are not getting served

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

    The static root error keeps showing.. i've changed the settings.py , and nothing..

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

    Great video. Has helped me while deploying my own site. Thanks for your time!

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

    Hey bro, i appreciate what i have learnt from you so far. Can you make a tutorial of deployment to free hosts such as vercel. just for beginners like me

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

    One of the Best explanations!

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

    Easy way to deploy django projects, thanks a lotttt

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

    I have tried all points but my static images are not showing up in heroku app. Pic not found is showing up. Included all steps as provided in devcenter.heroku.com/articles/django-assets can anyone help me regarding this.!

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

    Thanks for this video sir, it helped me a lot to get done my work for deployment on heroku.

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

    Is there someone else who still has collect static error, even after adding whitenoise and static_root? If yes, then did you fix it and how? Thanks.

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

      i am having same issue. did you found any solution???

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

      @@romit5867 pip install django_heroku in your virtual environment, type import django_heroku on top of the settings.py page and add django_heroku.settings(locals()) as last line of the settings.py page.
      I hope this helps you, I did and it worked for me

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

      Samuel kwasi akoto i have already fixed this actually i forgot to run requirement txt in venv. Anyway thanks for the reply

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

      @@samuelkwasiakoto3332 thank you!

    • @amankumar-qs5fy
      @amankumar-qs5fy 3 ปีที่แล้ว

      @@avantikasinghparihar2018 hey i got the same error after fix.
      To run the command on virtual environment is necessary?

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

    Images couldn't uploded , how to solve it

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

    Thank you Dennis. You are amazing. :)

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

    Signup with mail verification locally work it properly. But when Deploy it on heroku server it's occurs error.
    How can solve it brother?

  • @ikthedark.chowdhury7249
    @ikthedark.chowdhury7249 3 ปีที่แล้ว +1

    Why did you suddenly switch from showing heroku cli set up to deploying through git 5:15? It was really confusing. It would be better if you showed the heroku cli setup after showing the first option (deploy using github).

  • @zs-studio1
    @zs-studio1 2 ปีที่แล้ว

    Thanks for your videos, Really helped me

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

    thank you man:

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

    Thanks man you are a life saver!

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

    Денис, спасибо и лайк!

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

    thank you so much for this tutorial , you are the best :)

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

    Thanks guys!
    Remember enable dynos in resources tab on heroku before running app.

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

      How to do that. Can you please explain!

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

    This was very helpful. Thanks

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

    Dennis sir you are astounding, I was trying to deploy django app from last 2months but Now I deployed it after watching this amazing tutorial.
    I am very glad and thankful to you for such amazing tutorial.

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

    Can you do a tutorial of heroku handling media storages like pictures in an app during deployment

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

    Thank You Dennis

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

    Thanks Dennis!

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

    Hi Denis,
    Do we have to create virtual environment for every Django Project

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

    hello dennis, I followed all the steps but i got server error(500)

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

    Media images that I uploaded from the admin is not showing up neither on local host nor on heroku...also the admin page is not showing up...and the heroku site says some error..although heroku compiled it successfully

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

      Hey @Sagar Kc ! I had the same problem with the images and maybe i can help you if i can see your code.
      I had to change the MEDIA_ROOT to the STATICFILES_DIRS folder.
      I had my images in a Page model so i made some changes to the views.py and tags in the templates.
      Views.py-
      def mydef(request):
      model = Page.objects.get(page="Home")
      context = {'page' : model}
      return render(request, 'home.html', context)
      Templates-
      {% load static %}
      Let me know if you have more doubts!

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

      @@swag7297 thank u very much sir🙏

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

      @@sagarkc3662 You're welcome!!

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

    It worked. Thanks a lot.

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

    Server Error (500)

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

      I got the same error, when i set Debug = False, when i set it to True it does't give me any error.

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

      Make sure you did your migration

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

    Very Helpfull

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

    how come when i drag and drop sub folders are left out

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

      Because the __init__.py files are empty. Write some comments in them and it should fix the problem

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

    Hi Dennis Ivy. I really found this crashcourse very insightful and informative to get started with the Django Framework. It's really awesome and i have recommended it to most of my friends over here.
    I also have a major issue i have been trying to rectify in Django for a while, where images and media files do not show when debug is set to False i.e during Production. I'd be very happy if this issue can be rectified by you. Thanks once again for this amazing content.

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

    why you dont host it on aws as you store database and static files on aws it would be more together sum

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

    method 2 --> 20:44

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

    Excellent course
    01/08/2020

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

    kindly show how do we hide our keys in Heroku or how to we access environment variables from Heroku inside Django settings

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

    Thank you so much.

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

    You tutorial give me a very clear instruction in django, Thank you very much. I think if you can talk more about Error handling will be better, like ( Bad Request 400 ) I faced before. Anyway, I launch my website at the end, thank you.

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

      how did you deal with the Bad Request 400 error

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

    If "git heroku push master" is causing errors, add a file to the static folder called ".keep". Then follow steps at 23:30

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

    i am finding below error when I click on deploy branch. can any one help me ,
    ERROR: mysqlclient-1.4.6-cp38-cp38-win32.whl is not a supported wheel on this platform.
    ! Push rejected, failed to compile Python app.
    ! Push failed

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

    hi, i got a problem for my django project tho. I used the same method to git push my files to heroku and followed every single step but problem is how come it just shows gunicorn.errors.HaltServer: , i checked everything is fine and i do pip install everything needed but when i checked with gunicorn --preload it just says that fntcl module not found... I'm using windows also then how come my project got problem tho :(

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

    How do you launch the django website through docker ?

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

    Thanks! I Can't login to my admin account after deploying on heroku, any idea how to fix that. I'm using sqlite3, as well.

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

    cant see my git repo in heroku, how can i see it to select it
    thanks

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

    the server cannot find my static images, can someone help me?

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

    Goddamn heroku giving me disable collectstatic =1 tenth time, watched your video twice. Nothing seems to work

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

    what is wrong with using post gree in production?

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

    anyone else having this error WARNING: "sdl-config" failed!

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

    I'm getting error like :
    Operationalerror
    No such table

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

      Even I got this error in another project. I had to do run syncdb
      Search on web for this

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

    is it necessary to build the project through virtual environment?, I mean if i had the project already, should I start over?. Best regards

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

      Its better practice to set one up. You dont need to restart, just create one and run a pip freeze so you have everything up to date in requirements.txt :)

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

    I have a problem with my Django project after deploying it to Heroku. When I go to the project url on Heroku, I am hit with a "ModuleNotFoundError at / No module named 'accounts.urls'.please help me sir

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

    Hi, I didn't have trouble with the static files, but heroku says I don't have processes but I set my Procfile as you did, what can be wrong?

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

    when I click update order button ,its blank.I think we have return formset in update order too.

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

    thanks

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

    i got this error anyone please knows how to fix it ? :
    » Warning: heroku update available from 7.53.0 to 7.59.1.
    Error: Command failed: git remote
    fatal: not a git repository (or any of the parent directories): .git

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

    thankyu sir

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

    images in profile are not showing

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

    As for October 2020, this method worked.
    (Tested with RealPython's "Get Started With Django Part 1: Build a Portfolio App".)

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

      Really where can I get the solution

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

      @@agboighalewisdom1230 Which solution ?

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

      My static file is not rendered in the app

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

      @@agboighalewisdom1230 Even in the localhost (127.0.0.1)

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

      @@skanda2186 yea.. I had to create a style tag in my main.HTML

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

    So what basically you re doing in this video is - in first case you are trying to deploy from github repo, and in second case you are directly pushing git repo to heroku.

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

    Dennis bro, my images are showing on local server but when I am deploying it on heroku images are not showing up and other functionality is working properly.Please help

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

    I was following your tutorial but after making changes done till 12 min in the video, I tried to run the code on local server but it is showing me error 404 , please help me to solve this error.

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

    Hi Dennis,
    When deploying to Heroku the ImageField from the models.py doesn't display image (the profile pic), How can we fix it?

  • @SaifUlIslam-di5xv
    @SaifUlIslam-di5xv 3 ปีที่แล้ว

    Thank you!

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

    My async await function works locally on VS Code but not when deployed to heroku. That particular function dose not work. Dose anyone know how i can fix this?

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

    I tried this command in command promt: heroku git:remote -a its-my-world I am getting an error like fatal: not a git repository (or any of the parent directories): .git can any one help me out

    • @RohitSharma-bc3ce
      @RohitSharma-bc3ce 4 ปีที่แล้ว +1

      Go to your root folder of django project in cmd and type "git init" after that it will work fine.

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

      @@RohitSharma-bc3ce thank you.

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

    great video

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

    Till 18:10 I was able to follow. At this stage when I try to Deploy Branch I am getting "ERROR: Could not install packages due to an EnvironmentError: [ Error 2 ] No such file or directory: '/tmp/build/80754af9/asgiref_1617654513486/work' . I am not able to resolve this error . Kindly help me

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

    hey thanks for your video , can you please tell me how to check what exactly error is

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

    I am having css,js and images files under static folder.Failing to render them all.Please help.

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

    Hello I followed the guide to fix the collectstatic problem and it is not working. I am doing this on a different project. Anyone know how to fix it?

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

    Pls the continuation for this? U mention at the end of the tutorial..how to ignore our SQL database.

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

    Thank you! u d best

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

    Hey, Can anyone help me out? I deployed my app sucessfully but getting an "Application error" after viewing the app at the url.

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

    I liked the to-do list app and the store app from a different series than this, was going to go through this series but what a pain in the butt trying to get it deployed to a server. Isn't there some kind of way to get a production build like in react and you can just upload it to the server with no problems?

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

    When i deploy on heroku the following error occurs. What to do?Plz help
    Building wheel for pyodbc (setup.py): finished with status 'error'

  • @ismail.dalhatu
    @ismail.dalhatu 3 ปีที่แล้ว

    i think ive try this a thousand times but the same error keeps on popping

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

    Hi Dennis, yesterday I realize that django admin is not uploading images in github (with heroku) anymore, please confirm that this Tutorial is still functional. Thank you.

    • @AnandSharma-lt8wq
      @AnandSharma-lt8wq 2 ปีที่แล้ว

      I'm also finding the solution,
      There's a solution for static files
      But I haven't found any for the media files

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

      @@AnandSharma-lt8wq could you send it if you see it??

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

    I have a module which can only be installed by anaconda. How can I add it to requirements.txt file?