Hi all, [PLEASE READ for static /media files] Please note that you will have to setup your static and media files as well - I'd suggest using Amazon S3. Here is a tutorial on how to setup Amazon S3: kzbin.info/www/bejne/gIK5gpaEg5WWjqc You will also have to setup your database as well - I'd recommend using a PostgreSQL database. Here is a tutorial on how to setup a PostgreSQL database with Render for FREE: kzbin.info/www/bejne/d5i3o2ijrJmtmqs
@briankoech43074 ай бұрын
It is now easy to setup static and media files service on PythonAnywhere without using an external service. Under the app, there are settings to set /static/ and /media/ to their respective folders on your project.
@painkiller0236 Жыл бұрын
After a couple of hours of trial and error, i found your clip and it worked as intended! You sir, are a true gentleman! Thank you!
@CloudWithDjango Жыл бұрын
Hi Daniel, Thank you for reaching out and for your feedback. I'm very glad to hear that you managed to get things up and running! The pleasure is all mine! All the best!
@InsiderGames45617 күн бұрын
You're amazing bro! I needed this video to host a Django app for a college test, you saved me, keep up the videos!
@CloudWithDjango17 күн бұрын
Thank you so much for your kind words! I really appreciate it! Super glad that this video helped you! All the best!
@alexmckinley796 ай бұрын
Thanks so much mate. I was really lost on how to deploy Django.
@CloudWithDjango6 ай бұрын
It's a pleasure! Glad that this video helped you! All the best!
@relatable.realitycc11 ай бұрын
bro i dont do this, but thanks. i hope there is a way to migrate it to my domain, i bought. that worked perfectly, now i only hope the static media files will work too. i have my first client, and thats a big project, where i get paid for single steps. you my guy just made me and my worker 100 bucks
@vladimirradischev4726 Жыл бұрын
Thank you very much for your tutorial, dude. It was helpful for my university project
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that it was of value to you! :)
@JavohirIsoqulov-b9y3 ай бұрын
I spend a lot of time searching video about django hosting and i find it. Thank you video is very useful.
@CloudWithDjango3 ай бұрын
My pleasure! I'm glad that this video was able to help you with hosting!
@bilalkazmi45324 ай бұрын
I barely comment on any video but you made my day , It works for I was searching here and there from last two days and it works for me ,Thank so much ,Even I have python 3.12 version but after getting no way I put 3.9 and it works for me , IDK how ,BTW ,Thank you so much for the video
@CloudWithDjango4 ай бұрын
Thank you so much for your kind words and for deciding to comment on my video. I appreciate all the support! Glad to hear that you managed to get a solution working! Yes, unfortunately, PythonAnywhere takes time to support the newer python versions on it's platform. In good time 3.12 will be supported. It's a great pleasure! I wish you all the best!
@krishnarajgohil137 Жыл бұрын
Thank you so much man❤❤. I was so in need of this tutorial. It actually worked completely
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that you managed to get things working correctly.
@ShadrakBabuuАй бұрын
Thank you, I have deployed one django web application by following this tutorial..
@CloudWithDjangoАй бұрын
My pleasure! Congratulations on deploying your Django application! I'm glad that this tutorial helped you in doing so!
@thrilleracaste400 Жыл бұрын
This was just the video I needed. Thanks a lot!😇
@CloudWithDjango Жыл бұрын
My pleasure! :)
@fps_spicyАй бұрын
thank you for going throught every step in detail, very beginner friendly :)
@CloudWithDjangoАй бұрын
My pleasure! I'm glad that you enjoyed it!
@lakshaysingla7412 Жыл бұрын
Thank you bro! I feel like crying! Deployed my first ever web app, Tried many videos many deployment sites like vercel and azure aws but you were the one!
@CloudWithDjango Жыл бұрын
Haha, no worries! I feel that sweet relief 🤣 My pleasure! I'm glad that you managed to get your Django web app deployed on with Nginx :)
@GrahamEisele8 ай бұрын
Hello I am getting the following error: Error running WSGI application 2024-04-11 02:42:13,903: ModuleNotFoundError: No module named 'musictheorypractice.settings'
@CloudWithDjango8 ай бұрын
Hi, Please double check your configuration settings
@GrahamEisele8 ай бұрын
@@CloudWithDjango thank you I got it fixed :)
@CloudWithDjango8 ай бұрын
No worries! Glad to hear that!
@WandererBhavish2 ай бұрын
You made it so easier. Thank You
@CloudWithDjango2 ай бұрын
My pleasure! I'm very glad that you found it easy!
@namanbangari-y5o9 ай бұрын
thanks a lot this really helped
@CloudWithDjango9 ай бұрын
My pleasure! I'm glad that it was helpful to you!
@Code_With_Dancan Жыл бұрын
Thanks Cloud With Django just deployed my app to ,the web 😋
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad to hear that you managed to get your app deployed!
@technogram-w8h9 ай бұрын
Thank you for your Django project deployment tutorial! Your guidance was invaluable, leading to the successful launch of my project. Your expertise has been truly inspiring. You're really professed man kudos to You!
@CloudWithDjango9 ай бұрын
Thank you so much for your kind words! It is much appreciated! I'm glad to hear that you launched your project successfully! All the best to you!
@saadatnazaralieva9753 Жыл бұрын
thank you! you helped me a lot
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that my tutorial was of value to you! All the best,
@cholmalual49893 ай бұрын
Very nice tutorial 🎉
@CloudWithDjango3 ай бұрын
Thank you!
@ryandhingra915 Жыл бұрын
Great tutorial, however I am coming across a similar issue mentioned before... the browser returns a page with: Something went wrong :-( Something went wrong while trying to load this website; please try again later. I then checked the error logs which say: Error running WSGI application. decouple.UndefinedValueError: SECRET_KEY not found. Declare it as envvar or define a default value. Any tips on how to solve this, my SECRET_KEY is set exactly as is yours in the tutorial. Thanks!
@CloudWithDjango Жыл бұрын
Hi, Thank you for your feedback. I'd recommend double checking your configuration settings. That would be the best option. Here is an alternative solution for you: Deployment with Render: kzbin.info/www/bejne/d5i3o2ijrJmtmqs
@sambhrammathad13309 ай бұрын
what about environment variables, does pythonanywhere supports that or we just need to leave it as it is in the code base ?
@CloudWithDjango9 ай бұрын
Hi, You'd need to research how to setup environment variables with PythonAnywhere. It should be possible to do so.
@peterndukwe266610 ай бұрын
Thank you very much for this CWD. I really appreciate
@CloudWithDjango10 ай бұрын
It is a great pleasure! Thank you for watching :)
@briankoech43074 ай бұрын
This is a brilliant video. Thank you so much.
@CloudWithDjango4 ай бұрын
Thank you so much!! Glad that it was useful to you!
@ruksharalam173 Жыл бұрын
What are other platforms like pythonanywhere that also offer some free tier usage?
@CloudWithDjango Жыл бұрын
Hi, Thank you for reaching out. Render and Railway are good alternatives (both offer free tier usage)
@sunildangal541311 ай бұрын
Great Tutorial for Quick Deploying Django Website. Thank you
@CloudWithDjango11 ай бұрын
Thank you! I'm glad that you enjoyed it!
@TheInfinitum007 ай бұрын
You are a life saver mate, you have my subscription and my like
@CloudWithDjango7 ай бұрын
Thank you so much!
@chuyi-crack6290 Жыл бұрын
Thanks dude, you've explained so good
@CloudWithDjango Жыл бұрын
My pleasure! Thank you so much!
@101kawsar Жыл бұрын
Great tutorial! Subscribed!
@CloudWithDjango Жыл бұрын
Thank you! I really appreciate your feedback and the sub!
@Sandeep-px9uk Жыл бұрын
Hello bro i developed a django website for real-estate but i used mangodb for backend which settings has to change for deployment and for working backend ?
@joseprincipe45784 күн бұрын
Same question here
@gauravkhakse42015 ай бұрын
Hi sir, I did as you said, but my images which I kept in static folder is not showing even the mapping of root is done in setting.py it was working locally. Please Help
@CloudWithDjango5 ай бұрын
Hi, Please read the pinned comment for further information on static and media files
@manojrawat57568 ай бұрын
Thanks help me lot but what should I do for static files
@CloudWithDjango8 ай бұрын
No worries. Please refer to the pinned comment for information on static files.
@SamudrasProject-w8k2 ай бұрын
Sir, I have a question. Can I use this pythonanywhere to deploy my django backend application and use netlify to deploy my flutter frontend application? And will they be able to connect with each other?
@CloudWithDjango2 ай бұрын
Hi! Yes, you can use PythonAnywhere to deploy your Django backend and Netlify to deploy your Flutter frontend. They will be able to connect with each other as long as your Django backend is set up to handle API requests from the Flutter frontend. Once you deploy your Django backend on PythonAnywhere, ensure the API endpoints are publicly accessible, and then in your Flutter frontend, you can make requests to the URL of your Django API hosted on PythonAnywhere. As long as the correct API URLs and permissions are in place, they will communicate smoothly.
@SamudrasProject-w8k2 ай бұрын
@@CloudWithDjango Thank you very much for the information, I will do as you suggest, sir.
@CloudWithDjango2 ай бұрын
My pleasure! Of course! Good luck!
@bhanujuneja58 Жыл бұрын
Very well explained. Works really well. Thanks 🙏🙏
@CloudWithDjango Жыл бұрын
Thank you for your feedback. I appreciate it! My pleasure. I'm glad that it helped!
@edscon Жыл бұрын
Thanks it worked perfectly!!
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad to hear that! :)
@starringnaija Жыл бұрын
hi, I have a django project already on my local server so i want to host it online with namecheap do u have any video for it
@CloudWithDjango Жыл бұрын
Hi, Sorry, no I do not.
@starringnaija Жыл бұрын
0k, but it would have been really helpful @@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you for the suggestion.
@Muso-c8j5 ай бұрын
Hi. I did as you did. I did it it successfuly. thank you. but there is an issue. Issue is that bootscrap5 is not working. Do you know why is not working?
@CloudWithDjango5 ай бұрын
No worries, glad that you deployed successfully! I'd suggest ensuring that you've set up static files correctly with whitenoise and then I'd recommend setting up bootstrap5 with a library before deployment.
@muhammetomernolastname5721 Жыл бұрын
thanks very cool and clear instructions
@CloudWithDjango Жыл бұрын
Thank you so much! I'm glad that you enjoyed it!
@natashaserem Жыл бұрын
In a django app there is an app name and a project name. In this case will you CD into the project folder or the app folder...
@CloudWithDjango Жыл бұрын
Hi, We will always CD into the project folder. Never the app name.
@kyloren_xxii Жыл бұрын
Thank you.. this helped me... ive been looking for a django web host... i tried zeet and heroku but there is credit card involved...
@CloudWithDjango Жыл бұрын
Hi ilato! Thank you for sharing your feedback, and deployment experience. It is a pleasure! I'm very glad to hear that my video tutorial was of value to you :) Another alternative would be Render or Railway. Good luck!
@allinonecryptoandstocks1618 ай бұрын
If we have. Env file in our project then how we can use taht from git hub without publicly exposed.
@CloudWithDjango8 ай бұрын
Hi, Usually you will create .gitignore file and ignore the .env file for safety
@muhammadyusufislam92347 ай бұрын
Nice Video liked it
@CloudWithDjango7 ай бұрын
Thank you!
@ajay55676 ай бұрын
Brother my version is python 3.12 so does the procedure suits for me as pythonanywhere only gives us till 3.10 so does it supports here
@CloudWithDjango6 ай бұрын
Hi, Unfortunately not. You'd need to use 3.10 until 3.12 is available.
@italozell Жыл бұрын
It worked perfectly!
@CloudWithDjango Жыл бұрын
That's great to hear, Italo!
@ApoloGod-b7h10 ай бұрын
Thanks a lot, very usefull!!
@CloudWithDjango9 ай бұрын
My pleasure! I'm glad that you found the video to be of use!
@santiagourban54912 жыл бұрын
The video helped me a lot, but I have images loaded from the admin that do not load on the web, but if they did the localhost, will I have to add a configuration?
@CloudWithDjango2 жыл бұрын
Hi, Thank you for reaching out. I'm glad to hear that this video helped you out. Yes, the best way to solve this is to look into hosting your images from Amazon S3 and then making use of collectstatic... This should help with your configuration
@dj_ovosh Жыл бұрын
Yoo, thank you so much😭😭😭😭
@CloudWithDjango Жыл бұрын
My pleasure!!
@sawdickagboke276923 күн бұрын
Is this method going to work for python 3.12?
@CloudWithDjango22 күн бұрын
Hi. PythonAnywhere brings in newer versions of Python over time, I'd suggest checking if it's available through the setup in the video
@sawdickagboke276922 күн бұрын
@CloudWithDjango is not, the latest is still python 3.10
@CloudWithDjango22 күн бұрын
In that case, the newer version is not available yet and you would need to use python 3.10
@wzrtech Жыл бұрын
hello, wish you doing good .. my images in static folder didn't appear any idea why ?
@CloudWithDjango Жыл бұрын
Hi, I'd recommend double checking your configuration
@wzrtech Жыл бұрын
@@CloudWithDjango thanks, it works locally but not when i deployed i will see if there's an issue, thanks again
@CloudWithDjango Жыл бұрын
No worries. I'd suggest using Amazon S3 for your configuration and ensuring that you've configured it before deploying your application first.
@richlueking2627 Жыл бұрын
Please am stuck , I don't get it when you ran " mkvirtualenv --python=/usr/bin/python3.9 venv " are we navigating to the install python file on our local machine ? cause it's giving me error.
@CloudWithDjango Жыл бұрын
Hi, Thank you for reaching out. No worries. We are creating a virtual environment within the PythonAnywhere environment / terminal not on our local machine So, to keep it simple all that we are doing is creating a virtual environment via the Python Anywhere terminal
@richlueking2627 Жыл бұрын
@@CloudWithDjango ok thanks, let me try again.
@CloudWithDjango Жыл бұрын
@@richlueking2627 My pleasure. Good luck :)
@CloudWithDjango Жыл бұрын
I also want to mention that PythonAnywhere isn't always the best solution for everyone, so if you are still struggling, I'd suggest looking at my tutorial on deploying with Render... It is much simpler. If you'd be interested in that you can check it out here: kzbin.info/www/bejne/d5i3o2ijrJmtmqs
@ITSADREX Жыл бұрын
Please what do i do if i hav a requirements.txt do i pip install each and everyone? Please i want to know thx
@CloudWithDjango Жыл бұрын
Hi, You can install all the packages in your requirements.txt with the necessary command or do it one by one.
@ITSADREX Жыл бұрын
@@CloudWithDjango thank you one more thing when I tried git clone the next line was telling me to put in an email and password I thought it was my git hub account details but that didn't work any ideas on how to solve that would be greatly appreciated.
@AldedanGeneralContractingАй бұрын
Nice good job 😊
@CloudWithDjangoАй бұрын
Thank you!
@деньдобрый-х2ъ Жыл бұрын
Thank you so much! Just a perfect tutorial!
@CloudWithDjango Жыл бұрын
My pleasure! Thank you! I'm glad that you liked it!
@-RakshithaSaiva8 ай бұрын
Im getting a file not found error while making a virtual environment...im using python 3.11 version
@CloudWithDjango8 ай бұрын
Hi, I'd suggest ensuring that PythonAnywhere supports the django version that you are using first and then double checking your configuration carefully with the video.
@-RakshithaSaiva8 ай бұрын
@@CloudWithDjango ok I got it, but my python version is 3.12 how can I proceed with it...
@CloudWithDjango8 ай бұрын
Perhaps use Python 3.10 or 3.11 if pythonanythwere supports it. As in the video
@abdullahatif7854 Жыл бұрын
I'm getting an error with DJANGO_SETTINGS_MODULE. I've changed the default 'mysite.settings' to my project's name but it says ModuleNotFoundError. Please help
@iuchh Жыл бұрын
Check for the spelling and for the "__init__.py" files in your modules. Most of the time is one of these problems.
@abdullahatif7854 Жыл бұрын
@@iuchh Thanks so much. I'll take a look
@tadakiga661111 ай бұрын
how to solve this bro
@abdullahatif785411 ай бұрын
@@tadakiga6611 I didn't pursue with python anywhere, cause the option for custom domain was paid. I shifted to Heroku. Since, Heroku option was available, I didn't invest much time with the bug. I hope you can get through it though, let me know what you did for it
@edslow Жыл бұрын
Good stuff! Thanks.
@edgaracachtamay6076 ай бұрын
Why isn't it loading my CSS styles? Help, please
@CloudWithDjango6 ай бұрын
Hi, You need to use either white noise or amazon s3 for this. Please kindly refer to the pinned comment.
@wahid686 Жыл бұрын
I have used pandas and plotly in my project. So after the deployment the project is not running. Can anyone help me? How can I solve this
@CloudWithDjango Жыл бұрын
Hi, As a good practice, I would suggest that you deploy a simple app with minimal packages first, and then work from there with larger applications.
@wahid686 Жыл бұрын
@@CloudWithDjango I made a project where I had to plot some graphs. So I used pandas and plotly. I used chatgpt and got a solution. From the bash I went to the project folder and did pip install pandas and pip install plotly. Now my project is running. I am very happy. Thank you so much. By watching this video I have done almost all the works. Love you brother 😄
@CloudWithDjango Жыл бұрын
I'm glad that you are managing to work things out. No problem
@godshandYT Жыл бұрын
BRO HOW TO IMPORT CSS FILES ? I HAVE HTML AND CSS FILES IN THE WEBPAGE
@CloudWithDjango Жыл бұрын
Hi, Please read the pinned comment for more information.
@fahadnawab3212 Жыл бұрын
Its showing error while creating venv "no such file or directory: usr/bin/python"
@CloudWithDjango Жыл бұрын
Hi, Please make sure that you have set up your project correctly and please double check your settings.
@Morimove Жыл бұрын
static files are not loading! my website is loading only html please help
@CloudWithDjango Жыл бұрын
Hi, Please read the pinned comment for more information.
@codewithom11 Жыл бұрын
WIll this work for full stack website with django? with sqlite database?
@CloudWithDjango Жыл бұрын
Hi, Yes, it should work fine, but for confirmation, I'd suggest testing it.
@vinaymirchandani80138 ай бұрын
I just followed all steps but it is not working😔
@CloudWithDjango8 ай бұрын
Hi, Please double check your steps.
@vinaymirchandani80138 ай бұрын
I checked but it might be due to my python 3.12 so I hosted on render. Thanks by the way😊
@CloudWithDjango8 ай бұрын
No worries! I'm glad that you managed to get things working with Render!
@harishsanthosh3861 Жыл бұрын
Please help me i'll getting Not Found The requested resource was not found on this server
@CloudWithDjango Жыл бұрын
Hi, Please re-vist the steps, and double check everything.
@Said-n7o5 ай бұрын
It works thanks
@CloudWithDjango5 ай бұрын
Glad that it works! My pleasure!
@grek934010 ай бұрын
Thank you so much 🥺
@CloudWithDjango10 ай бұрын
My pleasure!
@jessieyao135 Жыл бұрын
Hi the github is no longer available, is there anyway to reach to it?
@CloudWithDjango Жыл бұрын
Hi, No, unfortunately not. As mentioned in the video, it is advised to use your own project. To make things easier and as a suggestion, you can mirror the directory structure as observed in the video.
@aronbahre8296 Жыл бұрын
what about the database part . can you make it clear
@CloudWithDjango Жыл бұрын
Hi, By default Django already has an SQLite database integrated. There is nothing that you need to do.
@danilmakhmudov9081 Жыл бұрын
@@CloudWithDjangoWhat if I have postgresql?
@CloudWithDjango Жыл бұрын
PostgreSQL will work. I'd suggest using Railway or Render to create a PostgreSQL instance.
@saig9303 Жыл бұрын
Thanks a lot bro!!
@CloudWithDjango Жыл бұрын
My pleasure!
@nataliachernysheva7780 Жыл бұрын
Wow, thank you!!!
@CloudWithDjango Жыл бұрын
It is a pleasure!
@user-ip4kc3xr3f8 ай бұрын
What was inside of git hub...how it was created..?
@CloudWithDjango8 ай бұрын
Hi, Only a simple project was created beforehand.
@jaishankarrai6215 Жыл бұрын
Tysm for this wonderful video
@CloudWithDjango Жыл бұрын
My pleasure! :) I'm glad that you enjoyed the video.
@shehrozzaidi4167 Жыл бұрын
How to I reactivate the virtualenv that I've already created ?
@CloudWithDjango Жыл бұрын
Hi, It would depend on your machine. On Windows it will be something like: my_env_name\Scripts\activate On MacOS or Linux it should be something like: . my_env_name/bin/activate There are other ways, in which it can be done as well. So, you would need to research that, if the above doesn't work for you. Good luck!
@janing06 Жыл бұрын
Hey CWD, external database is not working. I have postgresql from Render.
@CloudWithDjango Жыл бұрын
Hi, I would recommend double checking your database settings. It's the only thing that it can be.
@janing06 Жыл бұрын
@@CloudWithDjango I run it locally and external database is fine. Also I'm only using the free version of pythonanywhere.
@CloudWithDjango Жыл бұрын
Hi, It might be best to use Native resources in this case. Meaning to deploy your application with Render, and use the database with Render only, and not to mix with PythonAnywhere.
@mr.anderson5393 Жыл бұрын
Thank you for the video. If you don't set the static and media file manually, it does not work, Also, my site would not run without secret key as well.
@CloudWithDjango Жыл бұрын
Hi, My pleasure! Yes, you would need to use Amazon S3 or white noise for static and media files. Yes, that would be expected to occur - you shouldn't remove your secret key. if you want to hide it during the deployment process then you will need to set up environment variables for security.
@mirodilbekyuldashev3968 Жыл бұрын
thank for videos sir but i command git clone it ask me username of github and password password and username is true but it didnt use
@CloudWithDjango Жыл бұрын
Hi, It's my pleasure. Ah, this usually happens when your repository is private. You would then need to generate a personal access token from github... this token will serve as the password. The username will remain the same... So, I'd recommend searching for info on generating a personal access token on Github... it should be straightforward
@shabnashabz6029 Жыл бұрын
Can i host more than one project at my free trail time
@CloudWithDjango Жыл бұрын
Hi, On the free-tier it would most likely be limited. I would suggest reading on PythonAnywhere more about that, or even trying to deploy multiple projects and to then see what happens.
@anushatippireddy34278 ай бұрын
Really it helped a lot....
@CloudWithDjango8 ай бұрын
I'm very glad to hear that!
@knowledgenooklibrary8 ай бұрын
but pictures which is in website not shown
@CloudWithDjango8 ай бұрын
Hi, Please kindly refer to the pinned comment for further guidance on images
@prasadbojja93210 ай бұрын
thanks grate video
@CloudWithDjango10 ай бұрын
Thank you!
@iamthegeorgebest Жыл бұрын
@cloudwithdjango Thank you for this, Mr Pretorius 🙏
@CloudWithDjango Жыл бұрын
My pleasure! :)
@Pralhad171111 ай бұрын
IT not working for me 😢 Error:- Unhandled Exception
@CloudWithDjango11 ай бұрын
Hi, Please double check the steps and your configuration.
@Pralhad171111 ай бұрын
@@CloudWithDjangonow file in not showing 😢
@lilaiyad2173 Жыл бұрын
my project size is 1.20 GB can it work on the free plan? also will the free plan always be free?
@CloudWithDjango Жыл бұрын
Hi, The best way would be to test it, then you would know for sure. No, unfortunately not. For all free plans out there, there will always be a usage limit.
@lilaiyad2173 Жыл бұрын
@@CloudWithDjango thank you !
@CloudWithDjango Жыл бұрын
No worries :)
@kirinaeschbacher4528 Жыл бұрын
Hi, mine is not working, can you maybe help me? Would appreciate it very much
@CloudWithDjango Жыл бұрын
Hi Kirin, No worries. If you are struggling with PythonAnywhere, I'd recommend that you check out my other tutorial on deploying with Render.
@joseprincipe45785 ай бұрын
It's not working in python 3.12😢
@CloudWithDjango5 ай бұрын
Hi. Python 3.11 and 3.12 are not yet available.
@rz2128 Жыл бұрын
Hey! I followed the tutorial and had no issue but when i click on the domain I get an error message: Something went wrong :-( Something went wrong while trying to load this website; please try again later. If it is your site, you should check your logs to determine what the problem is. I don't know what to do, if you could give some guidance, I would be very grateful!
@CloudWithDjango Жыл бұрын
Hi, Thank you for reaching out, and for elaborating further. To be honest, I haven't tested this further with a domain name. I'd recommend having a look at the below documentation, perhaps it gives you some insight: help.pythonanywhere.com/pages/CustomDomains/ Also, please bear in mind that you will need to upgrade your website pricing plan eventually. Since, you will only have limited access to it on the free plan. Good luck!
@yurivasconcelos1816 Жыл бұрын
did you manage to solve?
@SajidD-e4g11 ай бұрын
what about migrations and sqlit3 database file
@CloudWithDjango11 ай бұрын
Hi, You should be able to make your migrations in the terminal shown. SQlite will be included by default if your django project contains it.
@munteanuantonia1415 Жыл бұрын
Does anyone know if they have added higher versions of Python ?
@CloudWithDjango Жыл бұрын
Hi, Yes, PythonAnywhere does add higher versions as time goes. In order to see which versions are available, I'd suggest testing out the process with the video.
@munteanuantonia1415 Жыл бұрын
Thank you very much !
@CloudWithDjango Жыл бұрын
My pleasure!
@adsoobregon981510 ай бұрын
THANKS MAN
@CloudWithDjango10 ай бұрын
My pleasure!
@csbina7812 жыл бұрын
can we upload database app like potgrsql to python anyware?
@CloudWithDjango2 жыл бұрын
Hi, Thank you for reaching out. You should be able too, but I'd recommend making use of AWS RDS and generate a postgres database there. It's much easier and more beneficial Good luck!
@csbina7812 жыл бұрын
@@CloudWithDjango if yiu have tutorial or doc
@CloudWithDjango2 жыл бұрын
@@csbina781 Yes, maybe this will help you. kzbin.info/www/bejne/bJrcdWSre8iSf9E All the best! :)
@dennyage4791 Жыл бұрын
Can i store my mysql database here as well
@CloudWithDjango Жыл бұрын
Hi Denny, Yes, that would be possible. Here is some guidance on doing so: www.javatpoint.com/how-to-connect-mysql-to-django Good luck!
@hyakkimaru52 Жыл бұрын
Thank you so much!
@CloudWithDjango Жыл бұрын
My pleasure!
@senior_s9978 Жыл бұрын
amazing ! thanks
@CloudWithDjango Жыл бұрын
My pleasure! Thank you, I'm glad that it helped you!
@deepakreigns57757 ай бұрын
@cloudWithDjango 05:33 ~ $ mkvirtualenv --python=/urs/bin/python3.12 venv FileNotFoundError: [Errno 2] No such file or directory: '/urs/bin/python3.12' 05:33 ~ $ im getting this error what i have done in this
@CloudWithDjango7 ай бұрын
Hi, Please double check your settings. And I'd suggest for now trying an alternate python version
@kareemelsonbaty93706 ай бұрын
Unfortunately, pythonanywhere doesn't support python version 11 nor 12 yet.
@siddhantjadhav7441 Жыл бұрын
Tnx sir 😊😊😊
@CloudWithDjango Жыл бұрын
My pleasure!
@shobhitverma2592 Жыл бұрын
Can i upload backend here?? And only frontend??
@CloudWithDjango Жыл бұрын
Hi, The best way to check would be to try and deploy the way that you would like to deploy your project. You will then have your answer.
@ashutoshhear8649 Жыл бұрын
thanks its work for me
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that you managed to get everything working!
@Artsmas Жыл бұрын
It worked for python 3.11 version ?
@CloudWithDjango Жыл бұрын
Hi, You would need to test it and take a look.
@Faria_Est_En_Route Жыл бұрын
Does it support 3.10 now?
@CloudWithDjango Жыл бұрын
Hi, You would need to check and see if PythonAnywhere has added later versions on their platform.
@Faria_Est_En_Route Жыл бұрын
@@CloudWithDjango Hello! I'm so glad to let you know that they have added python 3.10. And I have successfully deployed my Django site on this platform by following your tutorial! Thank you so much! I'm eternally grateful to you!
@CloudWithDjango Жыл бұрын
@Faria_Est_En_Route Hi, I appreciate you letting me know. I'm very glad to hear that you managed to get your application deployed with Python 3.10 on PythonAnywhere. No problem at all, It is a great pleasure! All the best to you!
@makethattrend Жыл бұрын
Great tutorial. I encountered a problem though images and static files like css and JS where not available on my website
@CloudWithDjango Жыл бұрын
Thank you for your feedback. Ah, you will need to either look into whitenoise or Amazon S3 to manage your static files separately. Good luck!
@dharunap9906 Жыл бұрын
@@CloudWithDjango can you clearly explain how to make static files work in here?
@CloudWithDjango Жыл бұрын
Hi, Please read the pinned comment for further information.