This movie is pertaining to how you can deploy your Django app on cPanel along with the MySQL databases and make your venture live.
Recent Posts
- SSD VPS Internet hosting: Discussed
- THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have)
- How to Gain 30k/Thirty day period with WordPress | Make Money with WordPress web site / web page | Ep.1
- How To Build An On the web Keep (E-Commerce Tutorial!)
- Make a Simple Web-site with Carrd
Recent Comments
- Vemuri Kiran on DevOps Roadmap 2021 – How to come to be a DevOps Engineer?
- Kieran Goddard on THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have)
- Hafsat Suleiman on THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have)
- Keira Williams on THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have)
- Ashfan NM on Docker Tutorial for Beginners [FULL COURSE in 3 Hours]
Trending Now
- Totally free cPanel Alternate ➡ Vesta Regulate Panel + Softaculous Apps (comprehensive tutorial) August 21, 2020
- How To Get Site visitors To Your Site 2021 🔥🔥 (Absolutely free Mastery System) February 4, 2021
- Internet hosting o VPS 🗄️ ¿Que es mejor? ¿Cual elegir para tienda online, website, world-wide-web de empresa o sitio web? September 15, 2020
Recently Posted
- SSD VPS Internet hosting: Discussed June 15, 2021
- THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have) June 14, 2021
- How to Gain 30k/Thirty day period with WordPress | Make Money with WordPress web site / web page | Ep.1 June 11, 2021
- How To Build An On the web Keep (E-Commerce Tutorial!) June 10, 2021
Recommended For You
How-To Videos
SSD VPS Internet hosting: Discussed
Toasting Hosting: Web Hosting SimplifiedJune 15, 2021
How-To Videos
THE 4 Pillars of Money that Develop YOUR Prosperity Immediately (and the 4 Financial institution accounts YOU Need to have)
MamaFurFurJune 14, 2021
How-To Videos
How to Gain 30k/Thirty day period with WordPress | Make Money with WordPress web site / web page | Ep.1
Laiba AzharJune 11, 2021
i was waiting for this video, Thanks alot !
Thank you very much for this video. I have spent at least two days to figure out how to do all that and finally I found this video. Excellent work. Thanks
would you also please ellaborate how to migrate data on local server on mysql on the cPanel mysql workbench(php myadmin) and also about git push and pull from cpanel terminal. Thanks
Bro, I got stuck while installing mysqlclient on my cPanel. I use a shared hosting service. Talked to the service providers. They said I need to install it in a virtual environment. I did that but didn't work. Can you help me out?
How to operate login and registeration operation
How to operate admin setup in cpanel
It's a nice vedio……thank's for this. But Brother, I am using PostgreSQL database on my django project. When i using 'python manage.py makemigrations' command then it's not working, it's shows some error. which is,
connection = Database.connect(**conn_params)
File "/home/zeropfhy/virtualenv/tset/3.8/lib/python3.8/site-packages/psycopg2/__init__.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
That's why i can't work with my project on live server. Please help me about this matter……thank you….!!
Excellent and useful video. Keep going!!!
thanks for the video. I did every step as you, however when I go to the webpage I am getting a 503 error Service Unavailable. Do you know why is this. Did you do other configuration on the server to deploy python applications? any help will be greatly appreciated.
ThankYou for your amazing tutorial but one problem i'm facing with my flask website…. after hosting my flask website on a shared hosting like you everything is working fine except unicode URL.. on my local host it was fine just after hosting unicode url are not recognized by server….. if you give the solution it will be very helpful for me please…. 🙂
Hello Sir I actually followed your tutorial thanks a lot although I ran into several issues
1) I was unable to install mysqlclient using pip
2) I tried using sqlite3 and it worked but I was unable to access django admin
Please what can I do to solve this problem?
Thank.
is it still the same if you're going to use a sub domain?
thank you
what is the hosting website?
Hello Sir, once again thank you for the tutorial
I have deployed my app successfully but having issues on saving models with ImageField or FileField
Please do you have any solutions for this…?
I will really appreciate if I could get help.
Virtual env project start garda dekhinai setup gareko thiyo. Paxi heroku ma deploy garda gunicorn pani configure gareko xa. Aba malai deploy garnu paryo cpanel use garera , aba k garne. Tyo env hatayera video ma dekha jasari env create garnu parne hunxa ki merai env use garne kunai process xa. Ani gunicorn pani use garne kunai process xa?
which database is best sqlite provided by django or mysql
Can you make full video on flask and upload flask website
sr i have purchased godaddy economy linex hosting….but there is no terminal option
great video !!
can you make a video on how you made that login/register page and made it working? I want to learn exactly like yours
Application is deployed but its showing me error when I navigate to URL. 404 not found
On which site did you host and what and which cPanel is it?
media files are not loading when debug=False why?
i have hosting finally but some issues i am facing, css and js or images is not working online but local server all is working. so how can resolve this.
good
If the "terminal" option does not appear for you (I'm using Namecheap for hosting) you may need to enable SSH access. There's a section call "Exclusive for namecheap customers" with a "manage shell" option. You can enable SSH here, which will then give you access to the terminal.
The python version on my local is 3.9.0 but cPanel doesn't have the option of 3.9.0, has only 3.7.8. Can I choose that option and host my website? I hope it wont crash?
@Utshuk can you tell me how to get the || SETUP PYTHON APP || tool in cpanel
Thank you so much for your informative video, I was wondering which hosting provider & plan you are using, is it a shared hosting? Thanks again👍
mysqlclient in not installing and showing the error of mysqlconfig file not found? can you help me
my cpanel server is Redhat linux based 64 and i use django 3.1.3 with python 3.7.4 i need to install mysqlclient 2.0.1
Hey buddy, I did setup my django+Mysql project following your video. But, when I ran the migration, it only did for default migrating models what Django provides in default. It didn't run my models.py classes and that's why it's not working in pages where we're fetching data from the DB. Could you please help me if I've to setup my models.py somewhere or need to add anywhere while configuring the project?
No terminal in my cpanel how to migrate
very helpful….Thank you
Hi, could you share a git link to your file? Would love to take a look at how you set up your staticdirs in settings.py. Thank you very much in advance.
Thank You So Much. After around 10 trials, finally i made it. Thank You So Much again.
Django admin isn't loading css.
Please help.
cpanel ma terminal nai xaina yarr k garne
This was very simple explanation. Thanks a lot!
How to run jar file in hosting