Thank you for your helpful video. I m a newbie. just bought shared server from bluehost. There is no python in the software of its cpanel. How can I install python in the bluehost's cpanel?
Exception: Traceback (most recent call last): File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/commands/install.py", line 342, in run prefix=options.prefix_path, File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/wheel.py", line 347, in move_wheel_files assert info_dir, "%s .dist-info directory not found" % req AssertionError: cairocffi==1.2.0 .dist-info directory not found You are using pip version 9.0.1, however version 21.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
Hellow sir, I have hosted a Django webiste on Cpanel. and successfully connected my website with the MySQL database. but I want to insert data like photos and announcements with admin panel, like we use to do with Django admin panel in development. but in production, there is no option for uploading data from the admin side. I need to know how to do this task.
try running this command `python manage.py collectstatic` then move your files from static folder to `public_html` if not set to be the default static files location.
@@mohamedmamdouh2966 ya,but without terminal my required version could not satisfy by this method.It support only few version, so go with terminal if your hosting service providing it
Hi thanks for the tutorial, though in my own case I have django models that I have created and I am looking for a way to migrate it to the database I created on cpanel then if I try running pip install mysqlclient it is not working
bro pls i have one doubt. i bought hoisting in goviralhost.com as shared hoisting. i am using flask in my project. how to deploy project.is there way pls teell broo
Finally a video that actually worked for me. Thank you very much!
thank you, this is best solution
Bad work you are going quick ly and confusing slow down and go with sorted steps
why i dont have python icon in cpanel?
thankyou best video
I have a question,in cpanel python socket work with wifi network but doesn't with mobil network why?
Worked. Thanks a lot.
Hello, which service host company were you using. Kindly help out (in Kenya or global)
How I can work live, let's say I want to create a new model and run makemigrations, how to do that?
this is cool keep up
Incomplete response received from application,
i have this error , when make url to another app ,
bagus bro... #from_indonesia
my admin panel is broken
Thank you for your helpful video. I m a newbie. just bought shared server from bluehost. There is no python in the software of its cpanel. How can I install python in the bluehost's cpanel?
python comes with the cPanel
Python comes with the cpanel only in plans which have it there mentioned
Which hosting service do you use?
Exception:
Traceback (most recent call last):
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_install.py", line 851, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
isolated=self.isolated,
File "/home/p4mcwyo3v83s/virtualenv/rentoprojectHeroku-master/3.7/lib/python3.7/site-packages/pip/wheel.py", line 347, in move_wheel_files
assert info_dir, "%s .dist-info directory not found" % req
AssertionError: cairocffi==1.2.0 .dist-info directory not found
You are using pip version 9.0.1, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Are you using cPanel or Terminal?
@@xdriyad c pannel
i m not getting terminal option
Hellow sir, I have hosted a Django webiste on Cpanel. and successfully connected my website with the MySQL database. but I want to insert data like photos and announcements with admin panel, like we use to do with Django admin panel in development. but in production, there is no option for uploading data from the admin side. I need to know how to do this task.
not possible since there’s no CLI here.
Django admin isn't loading css.
Please help.
try running this command `python manage.py collectstatic` then move your files from static folder to `public_html` if not set to be the default static files location.
I can't see terminal or setup python app, now tell is there a way or not?
Where can I get the zip file? Please can you provide the link.
bro my cpanel is showing python version only 2.7.18 and 3.7.8 , & my project is Django==3.0.5. What should i do ??
I didn't try out the new dJango version but I have a hunch that if you shift your SQLite to MySQL this error should go away.
@@xdriyad how can we do that ? can you explain please
nice video
Hiii, actually i followed every step, but I'm not getting a message like its works after creating a python app. Please help me
Contact your service provider
for me, setup python app icon is not present, how can i get that
Ask your host provider
Thanks!
Thanks bro!
Great video!
Why the hell that background loud music
Why are you using background music? Please don't use background music.
okay, I will try not to from the next ones. Thanks for the feedback!
@@xdriyad I personally like the music.
Thanks 🇸🇩
Great Video Bro ! BUT my requirements.txt file doesn't satisfied so, how to install it again
well it should or you couldn't generate one from correct virtual environment, use pip freeze > requirements.txt, try again or try rewatching the video
@@xdriyad i did that but i am getting an error when installing the requirements in cpanel
@@SIVABHARATHIVEE i have the same error what did you do?
@@mohamedmamdouh2966 ya,but without terminal my required version could not satisfy by this method.It support only few version, so go with terminal if your hosting service providing it
my project python version is 3.8.5
i followed your steps but geeting error
Thanks
Hi thanks for the tutorial, though in my own case I have django models that I have created and I am looking for a way to migrate it to the database I created on cpanel then if I try running pip install mysqlclient it is not working
Please help will be appreciated
you can't install using pip, try including the pkg to requirements.txt file, then run the command to migrate.
ruclips.net/video/YyhEJBg5cmk/видео.html
:( getting error cpanel - can not open requirements file
fix the permission using file manager
when I run pip installer its shows pip old version error. how do I upgrade pip version without a terminal?
don't worry about the pip version.
@@xdriyad but sir how to run pip installer. It's not work in the old version.
Then contact your support of your hosting.
i couldn't install mysqlclient in django3.0.7 on a shared hosting
maybe the version is miss-matched, recheck again.
ruclips.net/video/YyhEJBg5cmk/видео.html
root does not work
503 service unavaible :(
same
I made it work by creating a superuser
hi mate, i'm having problems with the styles of my admin panel, how can i solve that?
check the setting of cPanel, there's an option called theme you can change it from there!
bro pls i have one doubt. i bought hoisting in goviralhost.com as shared hoisting. i am using flask in my project. how to deploy project.is there way pls teell broo
I shall certainly make one video for flask although I have no experience with flask but I shall try i guess.
how to login cpanel ,,
please what hosting company is this?
hostingbangladesh.com
how to create superuser via cpanel
Try using this pkg, pypi.org/project/django-createsuperuserwithpassword/
Please do something on How to setup continuous deployment with git for this
checkout github actions.
Thank you man
which hosting u used for Django?
setup python app is no longer there