Python 3.7 how to run django on cpanel || django on shared hosting

Subscribers:
4,070
Published on ● Video Link: https://www.youtube.com/watch?v=HnZxVhUM_0I



Category:
Tutorial
Duration: 6:42
11,781 views
168


Python 3.7 how to run django on cpanel || python 3.7 cpanel || django on cpanel shared hosting | how

run Django with python latest version with default database sqlite3 ::
https://youtu.be/q6KZWuANeVk

how to run python 3.7 #django on #cpanel
this is tutorial video
many peaple may have faced this problem now i am solved step by step

How to run django in Cpanel python 3.7 sqlite3 || django on shared hosting latest version python
https://www.youtube.com/watch?v=q6KZWuANeVk

ask anything join telegram ::
Blearningclub Telegram channel ::
https://t.me/blearningclub

first create python app
select environment and install django ( pip install django )
create django project ( django-admin startproject project )
edit passenger application to wsgi application
then in edit settings.py
select host name
then add media ,static file directory
like {
MEDIA_URL='/media/'
STATICFILES_DIRS=[BASE_DIR +"/assets",]
STATIC_ROOT='/home/***username***/public_html/static'
MEDIA_ROOT='/home/*** user name***/public_html/media'

}

then create assets in directory of manage.py
then create media folder in public html

then goto terminal:
command: python manage.py collectstatic

if you will see an error then change your data base to mysql
it is more easy to use


step :
first , create a database ,user and give privileges
change settings.py in django project

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': ' ',
'USER': ' ',
'PASSWORD': ' ',
'HOST': 'localhost',


}
}
the select python environment
in terminal : install mysqlclient
pip install mysqlclient

then type :: pip install collectstatic
and restart the server
django works successfully

more video:
how to run django on cpanel:
https://www.youtube.com/watch?v=EZSvsgemDJ0&t=1s

how to run your django project on shared hosting cpanel:
https://www.youtube.com/watch?v=A_kfuTsjS6I

how to get free ssl:
https://www.youtube.com/watch?v=6LYK5n1iay0&t=19s

why learn python , python animation:
https://www.youtube.com/watch?v=l8CRrA5yytE




music credits :
3am by Tokyo Music Walker https://soundcloud.com/user-356546060
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/3am-tokyo-music-walker
Music promoted by Audio Library https://youtu.be/pjh322DFnVo


download and use copyright free music && i also used in this video:
https://www.youtube.com/watch?v=pjh322DFnVo&feature=youtu.be

support us || LIKE || SUBSCRIBE || SHARE




Other Videos By B Learning Club


2020-06-24How to use Putty || Solve Terminal Problem Cpanel || Manage SSH access cpanel Putty
2020-06-22Django debug || Django debug toolbar || solve error in Django
2020-06-21Speak by python || python voice assistant || python speak function
2020-06-21Django admin tutorial #3 || Django filter || Add filter and list display in django admin ||
2020-06-20Django admin tutorial #2 || Add search in django admin || django search admin
2020-06-19django admin tutorial #1 || Change admin template django || How to change Django template
2020-06-18how to embed video in Django || video grid website by Django || embed YouTube video
2020-06-18Face problem to run python Django in c panel shared hosting
2020-06-16how to send email by php and django || send auto generated email in shared hosting
2020-06-12Django poll app || free Download and develop this Django project
2020-06-09Python 3.7 how to run django on cpanel || django on shared hosting
2020-06-08change django database to phpmyadmin || django database to mysql database || django in phpmyadmin
2020-06-06How to run your django project on shared hosting cpanel || run your django website on cpanel
2020-06-03Why Learn Python || python programming introduction || what is python || python animation
2020-05-29Python Inheritance concept bengali || parent class child class || পাইথন || part - #29
2020-05-28ZeroSSL | How to get free SSL certificate || HTTP to HTTPS || secure your website free
2020-05-26Python Class concept bengali || Python class in bengali || পাইথন || part - #28
2020-05-24create strong password python project bengali || python project in bengali || python practice
2020-05-18How to run Django on cpanel || django cpanel || how to || tutorial
2020-05-15Lambda function Basic || Python Function in bengali || পাইথন || python in bengali || part - #27
2020-05-14Bengali python project Create a notification system



Tags:
python 3.7 on cpanel
django cpanel
django shared hosting
how to
how to run django on cpanel
django
python
python django
how to run python files
python django tutorial
django python
django python 3.7
cpanel
python tutorial
how to connect python with mysql db
how to connect mysql database in python
how to connect mysql database with python
python django framework
python django course
django project
django 2.0 tutorial
connecting to mysql in python
how
new