How Deploy Django Web App Project to production using Python anywhere - Free Hosting

  Рет қаралды 6,367

Rohan Yeole

Rohan Yeole

Жыл бұрын

#hosting #django #project #python
In this video, I'm demonstrating how to deploy Django project to free hosting site, pythonanywhere.com
For More on Django and other tech related blogs
Firefox extension - addons.mozilla.org/en-US/fire...
My Website - djangoproject.in
Design Link - uidesigndaily.com/posts/figma...
Build this page using html and css | step by step guide tutorial project
• Responsive Card | Desi...
4 Different Ways to Center a Div in CSS. Most Dev's Don't Know it.
• 9 Ways to Align Div in...
Django and React Project - Build REST Api Project on Car Listing App.
• Full Stack Django Car ...
Django Project - Open Source Music Player | Beginner to Pro | Contribute to Open Source
• Open Source Django Mus...
Listen to Coding Music for Programmers Daily | Music for Coding
• Studying Vibes: Smooth...
Deploy Django Project to Pythonanywhere - Free Hosting
• How Deploy Django Web ...
Django Project - Contact / Phone Book - A Python web Framework | beginner to Advance covered.
• Django Project - Conta...
Django Project - Email Subscription Full Course For Beginner to Advance | Part 3
• Django Advance Project...
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
INSTAGRAM ► / r.yeole
LINKEDIN ► / rohan-yeole-a90282136
TELEGRAM ► t.me/+PEXA0InM2FQwMjhl
Credits -
Subscribe video - / cherrybysayra

Пікірлер: 27
@eugeniocapriccioso
@eugeniocapriccioso Ай бұрын
Thank you bro your tutorial is concise and clear
@rohan-yeole
@rohan-yeole Ай бұрын
Glad to hear that
@siddusidh9705
@siddusidh9705 7 ай бұрын
Thanks bro i succesfully done
@rohan-yeole
@rohan-yeole 7 ай бұрын
Great 👍Hope you subscribed to channel.
@akasha.sgowda9027
@akasha.sgowda9027 Жыл бұрын
super video thank you
@rohan-yeole
@rohan-yeole Жыл бұрын
Welcome 😊
@rohan-yeole
@rohan-yeole Жыл бұрын
pythonanywhere is a free hosting service available for django, flask. Its very easy compare to linux or AWS hosting. this video tells you nuts and bolts for hosting on the same. For more videos do subscribe to this channel, lots of new stuff and experiments are n the way.
@gamingarea9011
@gamingarea9011 18 сағат бұрын
Django ka default page show ho rha hai. Debug false kar diya phir bhi keh raha hai debug true hai
@blessycheriyan5870
@blessycheriyan5870 Жыл бұрын
Waiting for more video related on django , Could you please upload hosting on apche for django website
@rohan-yeole
@rohan-yeole Жыл бұрын
Sure, in future will do.
@bilalazhar9139
@bilalazhar9139 4 ай бұрын
Template doesn't exit at? Error any solution?
@rohan-yeole
@rohan-yeole 4 ай бұрын
how you have configured templates in settings?
@akashyeole2258
@akashyeole2258 Жыл бұрын
Python project run hoyeil ka with data set
@rohan-yeole
@rohan-yeole Жыл бұрын
ho hoil, but requirement is to web app asala pahije like django or flask.
@janing06
@janing06 11 ай бұрын
Hey Rohan, how can I access external database.
@rohan-yeole
@rohan-yeole 11 ай бұрын
actually you can do following in settings.py file DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # Example database engine 'NAME': 'external_db_name', 'USER': 'external_db_user', 'PASSWORD': 'external_db_password', 'HOST': 'external_db_host', 'PORT': 'external_db_port', } } you might need to whitelist the host or IP address of the server where your Django application is running on the external database server. and vice versa.
@rohan-yeole
@rohan-yeole 11 ай бұрын
you can find more here. djangoproject.in/how-to-connect-external-database-to-django-application/
@kisirinyasiraje9117
@kisirinyasiraje9117 3 ай бұрын
thanks broo but my css didnt load
@rohan-yeole
@rohan-yeole 3 ай бұрын
hey hi, you need to run python manage.py collectstatic command in terminal to collect css,img or js files to serve. also with this static root setting in settings.py file.
@user-ps9ne8qz5c
@user-ps9ne8qz5c 7 ай бұрын
When i run makemigrations its showing no module named rest framework
@rohan-yeole
@rohan-yeole 7 ай бұрын
Check Following - 1) you have activated virtual environment 2) you have installed rest_framwork by "pip install djangorestframework"
@user-ps9ne8qz5c
@user-ps9ne8qz5c 7 ай бұрын
@@rohan-yeole these i should do in the bash console in python anywhere or in vscode ?...in vscode i already did install django rest framework
@rohan-yeole
@rohan-yeole 7 ай бұрын
im assuming you are deploying to a python-anywhere, so in the bash console in python anywhere
@user-ps9ne8qz5c
@user-ps9ne8qz5c 7 ай бұрын
@@rohan-yeole oh..ok ..thank you ... I'll try again🙏
@user-ps9ne8qz5c
@user-ps9ne8qz5c 7 ай бұрын
Now it's showing no module named corsheaders
@alifhossain1125
@alifhossain1125 Жыл бұрын
database theke img bade sob kicu show korce but keno? er solution ta ki pete pari?
Самое Романтичное Видео ❤️
00:16
Глеб Рандалайнен
Рет қаралды 6 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 66 МЛН
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 95 МЛН
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,9 МЛН
Statically Typed APIs with Poem and Rust
10:21
No Boilerplate
Рет қаралды 87 М.
Deploy a Django Web App on PythonAnywhere.
16:11
Code With Clinton
Рет қаралды 24 М.
Deploying our Django project to hosting from zero in 25 minutes
24:30
Кибер Весло
Рет қаралды 17 М.
Deploy a Django web app to Python Anywhere [FREE]
19:04
Cloud With Django
Рет қаралды 121 М.
Heroku Is Dead, Here's What I Recommend
11:59
Theo - t3․gg
Рет қаралды 250 М.
How to Deploy a Fullstack Django Web App on Vercel.
25:26
Code With Clinton
Рет қаралды 23 М.
Deploy a Django web app to Vercel [FREE]
18:21
Cloud With Django
Рет қаралды 67 М.
Deploy a Django web app to a Render live server with PostgreSQL
46:57
Cloud With Django
Рет қаралды 26 М.
Build web apps with Python Django
5:16
Google Cloud Tech
Рет қаралды 16 М.
Самое Романтичное Видео ❤️
00:16
Глеб Рандалайнен
Рет қаралды 6 МЛН