Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Free hosting
#3
(Apr-03-2024, 04:26 AM)Sowmya Wrote: Hi all
I want to upload my Django project folders in Github. But I am unable to upload folders , I tried Git desktop also I did not get solution and I tried git blash also the code is not working like init , gith add . These codes are not working in my laptop
Please anyone can help me
Give me any advice to deploy my project in another free website to get free hosting . I tried Netlify also It is not supporting for Django without Github
I recently tried setting up a website using umbraco development company with a free hosting service. While Umbraco offers great flexibility for content management, free hosting limited my customization options and site speed. I'd recommend upgrading hosting for better performance and features.

Hi all,

I faced a similar issue with uploading my Django project to GitHub. Ensure you have Git installed and configured correctly on your laptop. Open Git Bash, navigate to your project directory, and run git init, git add ., git commit -m "Initial commit", and git remote add origin <your-repo-url>. Then push with git push -u origin master. For free hosting, try Heroku. It supports Django and doesn't require GitHub. Follow their documentation to deploy directly from your local machine. Hope this helps!
Reply


Messages In This Thread
Github - by Sowmya - Apr-03-2024, 04:26 AM
RE: Free hosting - by Bronjer - Jul-03-2024, 10:38 AM
Free hosting - by Sowmya - Apr-15-2024, 09:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for new hosting service Larz60+ 12 9,230 Mar-05-2021, 03:41 PM
Last Post: Naheed
  Update: Managed cloud hosting provider BFCM offer 2020 johncamp 0 2,203 Nov-24-2020, 06:22 PM
Last Post: johncamp
  Web Hosting Discount for Wordpress, Magento, PHP based applications johncamp 3 4,212 Apr-07-2020, 02:54 PM
Last Post: snippsat
  Codementor For Free! General Coding Help For Free! Ordovic 0 2,607 Mar-13-2020, 04:14 PM
Last Post: Ordovic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020