Free 2020 Django Website Hosting in 5 Minutes - Heroku

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 126

  • @StudyGyaan
    @StudyGyaan  4 года назад +4

    Free Hosting for Any Project [Python, ReactJS, Etc] - ruclips.net/video/DL1BYEbvdQc/видео.html
    Django CRM Playlist - ruclips.net/p/PLSPMgrv4IuJ4WLURdlzKNx4sgsyqW8d5q
    Django Rest Framework Playlist - ruclips.net/p/PLSPMgrv4IuJ4tPeMgDGx7XV-4VRrjzZ8t
    Django Tips Playlist - ruclips.net/p/PLSPMgrv4IuJ6jm66M2rSZM_qIakywFoIr
    Django Oscar Shopping Website Playlist - ruclips.net/p/PLSPMgrv4IuJ5tX9Sk7hjNrHsQRC3ppRtG
    Data Science & ML Playlist - ruclips.net/p/PLSPMgrv4IuJ7kThRpezRW6t2Gu4FuoVsc
    All Playlist - ruclips.net/user/ProfessionalCipherplaylists

    • @editorera239
      @editorera239 2 года назад

      at=error code=h14 desc= no web processes running method=get path= / heroku
      bro got this error
      kindly help

    • @TitaniumTronic
      @TitaniumTronic 2 года назад

      Dude can you please reply to people having an application error? Most of us are getting that problem..

    • @anil_lohar__18
      @anil_lohar__18 2 года назад

      how to solve this error in depoly process
      ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.

    • @fahadhos
      @fahadhos 2 года назад

      Help -----> $ python myshop/manage.py collectstatic --noinput
      Traceback (most recent call last):
      File "/tmp/build_c5963042/myshop/manage.py", line 22, in
      main()
      File "/tmp/build_c5963042/myshop/manage.py", line 18, in main
      execute_from_command_line(sys.argv)
      File "/app/.heroku/python/lib/python3.10/site-packages/django/core/management/__init__.py", line 446, in execute_from_command_line
      utility.execute()
      File "/app/.heroku/python/lib/python3.10/site-packages/django/core/management/__init__.py", line 420, in execute
      django.setup()
      File "/app/.heroku/python/lib/python3.10/site-packages/django/__init__.py", line 24, in setup
      apps.populate(settings.INSTALLED_APPS)
      File "/app/.heroku/python/lib/python3.10/site-packages/django/apps/registry.py", line 91, in populate
      app_config = AppConfig.create(entry)
      File "/app/.heroku/python/lib/python3.10/site-packages/django/apps/config.py", line 228, in create
      import_module(entry)
      File "/app/.heroku/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
      File "", line 1050, in _gcd_import
      File "", line 1027, in _find_and_load
      File "", line 1004, in _find_and_load_unlocked
      ModuleNotFoundError: No module named 'bootstrap5'
      ! Error while running '$ python myshop/manage.py collectstatic --noinput'.
      See traceback above for details.
      You may need to update application code to resolve this error.
      Or, you can disable collectstatic for this application:
      $ heroku config:set DISABLE_COLLECTSTATIC=1
      devcenter.heroku.com/articles/django-assets
      ! Push rejected, failed to compile Python app.
      ! Push failed

  • @swaglessmonkey
    @swaglessmonkey 4 года назад +15

    Awesome job. After I realized I had some issues with my naming conventions this instruction worked perfectly.
    Great job, Professional Cipher.

  • @tigerl4854
    @tigerl4854 3 года назад +4

    in the deploy a git branch step I got a build log error saying that "App not compatible with buildpack" though my app is Django what do I do ?

  • @ysf5171
    @ysf5171 2 года назад +1

    Thank you very much, I really can't describe how amazing your video is. I've been trying to deploy my website for one week but I was not able to solve a dumb error, so your video helped me deploy it successfully, thank you.

  • @jonatanmsanchez
    @jonatanmsanchez Год назад +1

    Once I do that, how do I update anything in my website?

  • @David-th5nx
    @David-th5nx Год назад +1

    Your tutorial is very easy to follow, I was able to successfully deploy a django project but it doesn't DISPLAY. When I try to view I get APPLICATION ERROR ''An error occurred in the application and your page could not be served ". There is a log but I don't understand it

  • @harryjohn6736
    @harryjohn6736 3 года назад +8

    Everything is installed successfully but when I'm clicking on view It's showing Application Error.Please Help

    • @stalinyt6167
      @stalinyt6167 2 года назад

      same

    • @ammarfitwalla
      @ammarfitwalla 2 года назад

      @@stalinyt6167 same, did you find the solution?

    • @stalinyt6167
      @stalinyt6167 2 года назад

      @@ammarfitwalla I had a problem with my code but i forgot what it is

    • @ammarfitwalla
      @ammarfitwalla 2 года назад

      @@stalinyt6167 okok, I too resolved the issue

  • @BilgeKarga1
    @BilgeKarga1 3 года назад +5

    it gave me this error when deploying that says
    Failed to build dbus-python PyGObject ERROR:
    Could not build wheels for PyGObject which use PEP 517 and cannot be installed directly
    I'm using ubuntu 20.04 and of course I build virtualenvironment

  • @kingsanat
    @kingsanat 4 года назад +6

    I have a website that uses mysql database. How can I deploy the database to the server as well?

    • @StudyGyaan
      @StudyGyaan  4 года назад

      Dump all data to json then upload it

  • @goktugerol1127
    @goktugerol1127 2 года назад +1

    2:36 in domain part should I add my own domain address?

  • @sidharth1452
    @sidharth1452 3 года назад +4

    Hey bro why are you not replying to those who are facing application error.
    Please help!!!

  • @elvissamuel9066
    @elvissamuel9066 Год назад +1

    does heroku still offer free hosting services please?

  • @MuhammadBilal-ld1fi
    @MuhammadBilal-ld1fi 3 года назад +5

    Followed every step but still face application error. Any Solution Plz?

    • @mightyprogrammer2899
      @mightyprogrammer2899 2 года назад

      you have to ubdate your procfile instead of given ....file name with your actual project name

  • @riasigtia5293
    @riasigtia5293 3 года назад +2

    I am getting H81 error in the logs. I am unable to solve it. Can you please help

  • @farhadkhan3893
    @farhadkhan3893 2 года назад +1

    Hello Sir, I am facing an error tried a lot but couldn't be solved " Could not build wheels for numpy, which is required to install pyproject.toml-based projects "

  • @itskwn6973
    @itskwn6973 3 года назад +3

    bro u made it very simple 🤣tysm

  • @amreenkhan5638
    @amreenkhan5638 3 года назад +4

    ERROR: mysqlclient-1.4.6-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
    ! Push rejected, failed to compile Python app.
    ! Push failed
    showing me this error while deploying

    • @StudyGyaan
      @StudyGyaan  3 года назад +1

      Check properly

    • @syahmisajid2467
      @syahmisajid2467 3 года назад +1

      same, anyone have the solution ?

    • @BetulKaplan
      @BetulKaplan 3 года назад

      @@syahmisajid2467 I had the same issue and made sure to follow all the steps

  • @anil_pujara
    @anil_pujara 3 года назад +1

    Collecting pytz==2020.5
    Downloading pytz-2020.5-py2.py3-none-any.whl (510 kB)
    ERROR: Could not find a version that satisfies the requirement pywin32==301 (from -r /tmp/build_ec8648b7/requirements.txt (line 66)) (from versions: none)
    ERROR: No matching distribution found for pywin32==301 (from -r /tmp/build_ec8648b7/requirements.txt (line 66))
    ! Push rejected, failed to compile Python app.
    ! Push failed
    please help me in Heroku how to solve this probleam

  • @johnjustine3878
    @johnjustine3878 Год назад

    Hey StudyGyaan,
    I am making a digital portfolio and i'm planing to blog daily on that website do you think that will beat the 500mb space host space hiroku gives if I do this?

  • @DhruvalBhinsara
    @DhruvalBhinsara 3 года назад +2

    I didn't understood, am I suppose to upload my this current application folder in github?

    • @StudyGyaan
      @StudyGyaan  3 года назад +1

      Which app you are hosting

    • @DhruvalBhinsara
      @DhruvalBhinsara 3 года назад

      @@StudyGyaan no problem I re-watched it and understood....

    • @DhruvalBhinsara
      @DhruvalBhinsara 3 года назад

      @@StudyGyaan I am making my website portfolio

    • @howto5243
      @howto5243 3 года назад

      @@DhruvalBhinsara This video might be helpfull for you - ruclips.net/video/vLxOzggNjCM/видео.html

  • @amalsankar1538
    @amalsankar1538 3 года назад +1

    hosting is sucessfull but my web image is not loaded...

  • @superstarnidzy
    @superstarnidzy 11 месяцев назад

    To create an app, it asks me to give it credit card details. I don't have one. So I gave it debit card details. It says card has been declined. What do I do?

  • @MohitPal-jx3od
    @MohitPal-jx3od 3 года назад +4

    in the last step i came with the error "Push rejected, failed to compile Python app"

    • @StudyGyaan
      @StudyGyaan  3 года назад

      Git?

    • @MohitPal-jx3od
      @MohitPal-jx3od 3 года назад +1

      @@StudyGyaan at the time of deployment

    • @StudyGyaan
      @StudyGyaan  3 года назад +1

      @@MohitPal-jx3od you can check out this another hosting platform ruclips.net/video/vLxOzggNjCM/видео.html

  • @rishabhbudana5573
    @rishabhbudana5573 3 года назад +6

    Bro we all are facing with same problem : An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
    and i saw video carefully too 😒😒😒😒😒.So kindly help us to resolve this issue!!!

    • @sidharth1452
      @sidharth1452 3 года назад

      Hey have your problem solved.

    • @mightyprogrammer2899
      @mightyprogrammer2899 2 года назад +1

      its simple ma, no need to worry about it
      just ubdate your procfile and add yiur file name instead of given name

    • @David-th5nx
      @David-th5nx Год назад

      @@mightyprogrammer2899 I have the same problem

  • @ahmedsserag
    @ahmedsserag 4 года назад +2

    Application error
    An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
    heroku logs --tail
    after deploy i got this, cloud you help me ?

  • @shakirsyed4565
    @shakirsyed4565 2 года назад +1

    can anyone help with the Exception Type: ModuleNotFoundError
    Exception Value:
    No module named '_tkinter' error after deployment was success

  • @mehedialam1016
    @mehedialam1016 3 года назад +2

    After deploying project on heroku successfully it show me application error.how can i solve it plz help me

  • @ayushtripathi2605
    @ayushtripathi2605 3 года назад +2

    Which Template You Are Using Sir In this video I can't found on the internet Plz name it correctly

  • @viddeshk8020
    @viddeshk8020 3 года назад +1

    How much django projects can we deploy in heroku

  • @ranjeet99mishrarock
    @ranjeet99mishrarock 3 года назад +3

    I got application error

  • @sushmitagupta3791
    @sushmitagupta3791 Год назад

    for creating an new app in heroku its asking for pay

  • @xRapids17
    @xRapids17 Год назад

    Hi, are you sure this is free, because when I done it. On the overview section on the app. Shows $7.00 next to dyno formation

  • @pramodhvedula8314
    @pramodhvedula8314 3 года назад +2

    Application error
    An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
    heroku logs --tail i am getting this after deployement and my procfile first letter is capital

  • @TechGuyTelugu
    @TechGuyTelugu 3 года назад +1

    Hello bro , is it with or without database

  • @mr.x4654
    @mr.x4654 3 года назад +1

    sir i am getting server 500 error please help me how to resolved it

  • @enterenegry-uh6ei
    @enterenegry-uh6ei 3 года назад +2

    What if i have my domain name.. How will i connect it with this

    • @StudyGyaan
      @StudyGyaan  3 года назад +1

      Have a look at this also - ruclips.net/video/vLxOzggNjCM/видео.html

  • @sanketdawange
    @sanketdawange Год назад

    URLs are not support by django now that

  • @kaushalsingh818
    @kaushalsingh818 3 года назад +1

    Bro have u connected the database also

  • @rameshverma9410
    @rameshverma9410 4 года назад +2

    Op bro it's worked
    ... awesome😍😍

    • @StudyGyaan
      @StudyGyaan  4 года назад

      Haha 🤣 Great

    • @coding_with_ash
      @coding_with_ash Год назад

      ruclips.net/video/32bRPL31Ph0/видео.html
      Plz check this awesome video on the same topic... 🙏

  • @Nothing-iu1uy
    @Nothing-iu1uy Год назад

    How to deploy django website on go Daddy??

  • @bismasharif1922
    @bismasharif1922 3 года назад

    In last step it gives me error of push failed
    Help me..

  • @ianadriannn
    @ianadriannn 2 года назад +2

    very good videos.
    my deploy process from github to heroku worked.
    But, I have a problem, how to push database (user) changes from heroku to guthub ?

  • @kumarashutosh6402
    @kumarashutosh6402 4 года назад +1

    i am not getting the option of manual deploy bro,help me

    • @StudyGyaan
      @StudyGyaan  4 года назад

      Some ui changes might be there

  • @mr.x4654
    @mr.x4654 3 года назад

    my site successfully uploaded without any error but on site url its showing me Server error 500

  • @AmitKumar-hh8kl
    @AmitKumar-hh8kl 3 года назад

    Free service of heroku not show uploaded image in database

  • @pramodhvedula8314
    @pramodhvedula8314 3 года назад +1

    can we acces admin panel there after deploying

    • @StudyGyaan
      @StudyGyaan  3 года назад

      Yes

    • @pascalahiagble3716
      @pascalahiagble3716 3 года назад

      @@StudyGyaan a really great job man👍.
      How can we access the admin panel?

  • @nihalshukla7718
    @nihalshukla7718 3 года назад

    It is showing File "D:\DJango\hello\hello\urls.py", line 32, in
    url(r'^media/(?P.*)$', serve,{'document_root': settings.MEDIA_ROOT}),
    NameError: name 'settings' is not defined on running server. please help

  • @rukmanpuri9787
    @rukmanpuri9787 4 года назад +1

    bro how is your website having secured connection?? i mean()

    • @swaglessmonkey
      @swaglessmonkey 4 года назад

      I think it’s automatically done via Heroku.

  • @nagueshverlekar1834
    @nagueshverlekar1834 3 года назад

    Will this deployment run my script for data analysis continuously on the server?

  • @FullStackDevGreg
    @FullStackDevGreg 3 года назад

    I hve a : code=H10 desc="App crashed" error

  • @anandbabu9916
    @anandbabu9916 3 года назад

    My project is deploy successfully but i got the internal server error, why?

  • @codingwithteam7262
    @codingwithteam7262 Год назад

    Great video brother
    Thanks a lot

  • @blessycheriyan5870
    @blessycheriyan5870 3 года назад +2

    bro.requirements text is not found and finally deploy branch stage showing error Building on the Heroku-18 stack
    -----> 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

    • @coding_with_ash
      @coding_with_ash Год назад

      ruclips.net/video/32bRPL31Ph0/видео.html
      Plz check this awesome video on the same topic... 🙏

  • @bernardwodoame9850
    @bernardwodoame9850 Год назад +1

    Bro your method is way different from another guy's method.

  • @rahulrawani6574
    @rahulrawani6574 10 месяцев назад

    You should inform us that we have to pay fpr creating an app its not free 😠

  • @cyruscoutinho1067
    @cyruscoutinho1067 2 года назад +2

    Nice informative video though!

  • @rangabharath4253
    @rangabharath4253 4 года назад +1

    awesome

  • @pranaydhavade979
    @pranaydhavade979 Год назад

    Ye free thodi hai paise lagate he hostiong ke liye kuch bhi bata rahe ho

  • @zetpro2971
    @zetpro2971 2 года назад +1

    time waste video...lots and lots of mistakes

  • @shitalpatil-c3f
    @shitalpatil-c3f Год назад

    hi can u please help me to deploy my website.. can i call u plzzzzzzzzzz