Who all are facing "pip not found" error, change node version from 20.x to 18.x in project deployment setting and redeploy
@CodeWithClinton4 ай бұрын
Thank you so much.
@techstreamm-13 ай бұрын
I think this should be pinned..Spot on
@CodeWithClinton3 ай бұрын
@@techstreamm-1 it is done, thank you.
@Isiaka-qt1fj16 күн бұрын
Thats what we need, a clear,logical, descriptive and easy to understand tutorial, Thanks
@CodeWithClinton15 күн бұрын
You are welcome!
@daveanvs Жыл бұрын
thanks Clinton, its the only tutorial i have found so far that actually worked for me
@CodeWithClinton Жыл бұрын
You're welcome, I am glad it helped.
@attahchristian669910 ай бұрын
You are doing well brother, no unnecessary terminologies, no unnecessary explanation, just straight to the point with each steps clear and easy to follow.
@CodeWithClinton10 ай бұрын
Thank you so much brother
@arcadianthenics7535 Жыл бұрын
a very greate and accurate content thank you brother i was trying to my app from last few weeks but geettng an error just and seach searched everywhere but no one is teaching about that dabase content the way you did..... thanks once again...
@CodeWithClinton Жыл бұрын
Glad to help.
@alejandra-garcias Жыл бұрын
your work is amazing, I have successfully deployed my django aplication
@CodeWithClinton Жыл бұрын
I am glad my video helped.
@christiannwachukwu8709 Жыл бұрын
Mine wasn't deploying, I think it was due to my project structure. But it's working now, thanks a lot. I really like your videos.
@CodeWithClinton Жыл бұрын
Glad to hear that
@allanbakwanamaha2998 Жыл бұрын
Thank you for sharing this resourceful content. Great love from Uganda
@CodeWithClinton Жыл бұрын
You're welcome, thank you.
@xx482 Жыл бұрын
Thanks a lot for this video It is straight forward, not complicated as heroku
@CodeWithClinton Жыл бұрын
I am glad it helped you.
@anthonychianain2241 Жыл бұрын
Hey! Thanks so much for your help out there!! It seems I saw one of your different video too, "deploying Django to Digital ocean'.. Hm am thinking you are from Nigeria, if true please, am from Bamenda-Cameroon,, do you have an idea which financial institutions operate in Nigeria or even Cameroon their Cards are less likely to be declined by Digital ocean?.... I have been facing hard times to complete my account creation in digital ocean because my card keep being declined..( using a debit card optained from UBA) Please if you can help a bro, please do🙏.. just a little information about which banks in Africa are not being declined
@CodeWithClinton Жыл бұрын
Sorry for the late response, I used a friend's dollar card to signup on Digitalocean, try using ChipperCash.
@anthonychianain2241 Жыл бұрын
@@CodeWithClinton ok Brother Clinton! Thanks! though I don't even have an idea weather the CheperCash is available in my country... I will just try to find out
@anna_lorencova Жыл бұрын
THANK YOU! :) amazing job and ty for amazing up to date tutorial
@CodeWithClinton Жыл бұрын
It is my pleasure, thank you.
@douglasemmanuel71759 ай бұрын
Great work Clinton , actually am getting 500 error serverless function crash
@CodeWithClinton8 ай бұрын
I am so sorry, I will look into it.
@bemgbautor34632 ай бұрын
hello clinthon.. thank you for the tutorial, please, is the git repo private or publice (or any of them can be used on vercel)?
@CodeWithClinton2 ай бұрын
@@bemgbautor3463 Either private or public can be used.
@bemgbautor34632 ай бұрын
@@CodeWithClinton thank you for the reply, do I have to include my virtual environment file on git before it can run on vercel?
@CodeWithClinton2 ай бұрын
@@bemgbautor3463 you don't need your virtual environment on git. What you need is the requirements.txt file. This file contains all the dependencies your project will require.
@AMIRUL BIN ABD LATIB watch the video and follow the exact steps I took.
@legendsanimexy8217 Жыл бұрын
@@CodeWithClintonI want to host my e-commerce website which i have made in django . But I am facing problems
@CodeWithClinton Жыл бұрын
@@legendsanimexy8217 what issue are you facing.
@legendsanimexy8217 Жыл бұрын
Everything is working fine but after i deploy the project it's giving me a error . Like 404 not found . When i click that it's showing 402: DEPLOYMENT DISABLED . please reply
@CodeWithClinton Жыл бұрын
@@legendsanimexy8217 I can't recommend a solution from here.
@MdAkram-vs5jj9 ай бұрын
Thanks dude helped me a lot👍
@CodeWithClinton9 ай бұрын
You're welcome.
@MdAkram-vs5jj9 ай бұрын
@@CodeWithClinton Also I get this error while uploading the images that it is a read only file and doesn't upload any image.. is there any video regarding that or you have any info about it
@MdAkram-vs5jj9 ай бұрын
OSError: [Errno 30] Read-only file system: '/var/task/media' this is the error and when i search for it, it is related to storage issues for media and mentions me to use AWS lambda for media files so can you make a video regarding that
@suyogtandel52493 ай бұрын
Thanksss mannn!!!, You Helped me...
@CodeWithClinton3 ай бұрын
@@suyogtandel5249 you are welcome.
@hassanghani80398 ай бұрын
is it possible that we can deploy our full fledge django Ecom site with postgresql database in the same process which you are telling us in this video
@CodeWithClinton8 ай бұрын
Yes, you can.
@oselumeseagbonrofo532711 ай бұрын
Great video. Thanks bro
@CodeWithClinton11 ай бұрын
You're welcome.
@LearningSpectrums4 ай бұрын
I will like to know if this video can also help configure satic files like html, css, js and images to reflect in the deployment on vercel.. kindly help... i have been searching youtube like all day and i would like to know. Thank You, i await your response.
@CodeWithClinton4 ай бұрын
@@LearningSpectrums this is the video you are looking for.
@SylvesterStadham4 ай бұрын
Thanks for This, How do we store staticfiles in vercel blob
@CodeWithClinton4 ай бұрын
The tutorial covered that.
@arvincalleja173810 ай бұрын
Hi Clinton, this video is the tutorial I have found is actually fit for what am I doing. But after a day and deploying it, my project in vercel gives me a 404 error, but when I run it locally it still works. I check the railway and under the data tab it say "We are unable to connect to the database over the public network." Is it possible because of this? and what possible solution for this? Thanks!
@CodeWithClinton10 ай бұрын
Please cross-check your database credentials.
@arvincalleja173810 ай бұрын
@@CodeWithClinton I already connect the database. But Vercel has a new error message. "This Serverless Function has crashed. Your connection is working correctly. Vercel is working correctly. 500: INTERNAL_SERVER_ERROR Code: FUNCTION_INVOCATION_FAILED"
@irfanasulaiman6508 Жыл бұрын
Thank you for the great content.. is there any configuration needed for media files in your project while deploying in vercel?
@CodeWithClinton Жыл бұрын
You're welcome, it should be the regular media configurations that comes with django.
@irfanasulaiman6508 Жыл бұрын
@CodeWithClinton what if users have to upload files in ur app? Where will be these files be stored
@CodeWithClinton Жыл бұрын
@@irfanasulaiman6508 it will be stored in your database, if you want the media files to be stored on a separate server, you can try aws s3-bucket or cloudinary.
@irfanasulaiman6508 Жыл бұрын
[Errno 30] Read-only file system: '/var/task/media/car_PR9KOgo.jpg' I get this error when i upload files from my application deployed in vercel my static and media conf is : STATIC_URL = '/static/' STATICFILES_DIRS = os.path.join(BASE_DIR, 'static'), STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles_build', 'static') # Base url to serve media files MEDIA_URL = 'img/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') cant figure out the mistake
@lll-gr7dk7 ай бұрын
What do I do when vercel error: ./build_files.sh: line 2: pip: command not found
@CodeWithClinton7 ай бұрын
The issue is from vercel, I have tried contacting them.
@abhijithsubash6160 Жыл бұрын
Hey Clinton, I couldn't upload images. It shows: OSError: [Errno 30] Read-only file system: '/var/task/media'
@CodeWithClinton Жыл бұрын
I will work on a tutorial video.
@H3ndr1x220 Жыл бұрын
Very useful content, will you please make a video on how to host fullstack web app made with reactjs and django on vercel or its alternatives
@CodeWithClinton Жыл бұрын
I will do that. Thank you.
@salmanmammadli11 ай бұрын
I did all the stuff that you said step by step . In the final stage when i click deploy it takes too long (for example over 40 minutes) and i get error in the end. When i try to look at the errors i get it's not shown in the error list .So i don't know what's reason to get the error. I think error is cause to due to changing database from sqlite to postgres . When i tried making migrations it took more time than when i use sqllite. Then I tried using sqlite instead of postgres this time i get "Build Failed : A Serverless Function has exceeded the unzipped maximum size of 250 MB" error.
@CodeWithClinton11 ай бұрын
Stick to PostgreSQL database and follow the tutorial carefully.
@versatg5722 Жыл бұрын
Please How do you upload media files. Like images. Cuz vercel is serverless
@CodeWithClinton Жыл бұрын
You can host the Media files on a separate server like aws s3-bucket.
@versatg5722 Жыл бұрын
Then how do you connect it.
@versatg5722 Жыл бұрын
@@CodeWithClintonhow do connect the s3 to vercel after deploying the Django app
@CodeForChange9 ай бұрын
great content thank you
@CodeWithClinton9 ай бұрын
You're welcome.
@afraheemraz375310 ай бұрын
Thank you for this ..
@CodeWithClinton10 ай бұрын
You're welcome.
@afraheemraz375310 ай бұрын
can you please suggest us some free django hosting provider, @@CodeWithClinton
@julienheng3880 Жыл бұрын
I have an application with React as front-end and Django as backend. Is it possible to deploy the application to Vercel?
@CodeWithClinton Жыл бұрын
Yes it is.
@mahvishsadaf34997 ай бұрын
if i dont have static files what to do ? can i skip the static files section completely ? or are there any more changes
@CodeWithClinton7 ай бұрын
You can skip it.
@heismyke9 ай бұрын
Error: Command "./build_files.sh" exited with 1
@CodeWithClinton9 ай бұрын
Your build.sh file isn't configured properly.
@matiasvallejosdev10 ай бұрын
Thanks for it!
@CodeWithClinton10 ай бұрын
You are welcome.
@justice1915 Жыл бұрын
Nice work sir. When I try to make a post request it doesn’t insert to the database on railway. But if I do that on local host it works. Please help
@CodeWithClinton Жыл бұрын
Really? try deploying on another platform. Check my Render tutorial. It is the video before the last.
@danquahwilliam31610 ай бұрын
Thank you so much sir
@CodeWithClinton10 ай бұрын
You're welcome.
@aaronicks779710 ай бұрын
Hi Clinton I have tried loading it but its not loading my style sheet
@CodeWithClinton10 ай бұрын
I will make a new video on this, try another hosting platform.
@kundanrajput3495 Жыл бұрын
i am facing error can you help me , i ave watched your video more then 5 times and written everything exactly same but still deployment not working and it also sont show any error it just show red cross in building part
@CodeWithClinton Жыл бұрын
Read carefully you will find the error message.
@kundanrajput3495 Жыл бұрын
@@CodeWithClinton sir there is no error message
@SherlockHolmes-o6x10 ай бұрын
Thank you a lot!
@CodeWithClinton10 ай бұрын
You're welcome.
@hustlersadda15 ай бұрын
Sir getting error or pip command not found,python3 not found... Build_files.sh existed with 127
@CodeWithClinton5 ай бұрын
Sorry, it has to do with vercel.
@mihirpande87865 ай бұрын
same, did you found a way to get around it?
@iviidev6 ай бұрын
Is this process same for mysql database too?
@CodeWithClinton6 ай бұрын
Yes, but PostgreSQL is more ideal.
@isaacnsbkargbo1379 Жыл бұрын
Hello sir, thanks so much for this wonderful tutorial, i followed the tutorial well but my staticfiles are not working on production
@CodeWithClinton Жыл бұрын
Vercel changed the process.
@almaspernshev7370 Жыл бұрын
@@CodeWithClinton any updates on how to configure static files?:D
@CodeWithClinton Жыл бұрын
@@almaspernshev7370 a new video will be made for that.
@almaspernshev7370 Жыл бұрын
@@CodeWithClinton I have already figured out, but thank you so much it was so helpful👌
@reniboyanova9388 Жыл бұрын
@@almaspernshev7370 could you please tell me how you figured out?
@frostcodes53068 ай бұрын
Getting ./build_files.sh: line 1: pip: command not found Traceback (most recent call last): File "/vercel/path0/manage.py", line 11, in main ...What could be the issue?
@CodeWithClinton8 ай бұрын
Let me check out vercel.
@enzofuentes9398 ай бұрын
Could you fix it? I run into same issue.
@pingaksha8 ай бұрын
@@CodeWithClinton facing same error
@mtw70257 ай бұрын
@@pingaksha found a way to fix it?
@xband0 Жыл бұрын
Thanks for the update
@CodeWithClinton Жыл бұрын
You're welcome.
@IamNotCoder5 ай бұрын
Everything is working for me but my media files are not displaying. What can be the reason ?
@CodeWithClinton5 ай бұрын
Check your settings.py file and make sure MEDIA_URL, and MEDIA_ROOT are properly configured.
@CodeWithClinton5 ай бұрын
make sure your MEDIA_URL and MEDIA_ROOT are properly configured.
@Sivu2 Жыл бұрын
Hi i deployed my django project with psql as database but i get This Serverless Function has crashed error please help
@CodeWithClinton Жыл бұрын
I guess there something you missed in the tutorial.
@ahmedrafi74639 ай бұрын
Full stack features such as login or signup which uses database is not working after deployment to vercel using this method, please help
@CodeWithClinton9 ай бұрын
I will check it out.
@ahmedrafi74639 ай бұрын
@@CodeWithClinton Thanks I will be waiting.
@ahmedrafi74639 ай бұрын
@@CodeWithClinton did you find any solution brother?
@dagmniko7 ай бұрын
please help WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply.
@H3A3K_7 ай бұрын
Hey did you solve it? should i help?
@dagmniko7 ай бұрын
@@H3A3K_ yesss please help me
@CodeWithClinton7 ай бұрын
It think vercel is having some issues.
@dagmniko7 ай бұрын
@@CodeWithClinton I've tried changing everything. the lambda size the python version and more...do you have any idea what I should do
@CodeWithClinton7 ай бұрын
@@dagmniko the issue is from vercel, I have been trying to contact but no response yet.
@КылычМирбеков Жыл бұрын
спасибо тебе большое товарищ!!!🔥🔥🔥
@CodeWithClinton Жыл бұрын
Thank you.
@suyog_codin9 ай бұрын
Thankyou my project got hosted but when i try to update any thing from admin panel i get error 30 How to fix Error 30 Read-only file system
@CodeWithClinton8 ай бұрын
I will check it out.
@jayarammishalu316811 ай бұрын
I have a doubt how to deploy django and reactis in vercel
@CodeWithClinton11 ай бұрын
It is easy you have to deploy them separately.
@cdexzswzaqME Жыл бұрын
my website is loading but static files are not comming only html content is commint
@CodeWithClinton Жыл бұрын
Yeah, Vercel made some updates to the deployment process.
@yourboyman74109 ай бұрын
i made my project in 3.11 so it isnt working. what do i do?
@CodeWithClinton9 ай бұрын
While deploying stick with your current python version.
@sudiptasarker2480 Жыл бұрын
Very good content. well done bro. I have got an issue after deployment. When I try to upload any image or file from admin panal. It causes "[Errno 30] Read-only file system: '/var/task/media'" error. Is there any fix for this issue?
@CodeWithClinton Жыл бұрын
Thank you, try configuring an external server for your media files like aws s3-bucket.
@sudiptasarker2480 Жыл бұрын
@@CodeWithClinton thanks for your suggestion
@versatg5722 Жыл бұрын
@@sudiptasarker2480how do do the external configuration
@versatg5722 Жыл бұрын
@@CodeWithClintonhow do you do the external configuration please
@murtazamadadi8657 Жыл бұрын
it was helpful thanks
@CodeWithClinton Жыл бұрын
You are welcome.
@yaroslav14818 ай бұрын
Hi, i have got an error: ./build_files.sh: line 1: pip: command not found Could someone help me
@CodeWithClinton8 ай бұрын
I have been having same error message too, I think the problem is from vercel.
@JaydeepTalaviya-cl4xr8 ай бұрын
@@CodeWithClinton i am also getting the same error
@frostcodes53068 ай бұрын
@@JaydeepTalaviya-cl4xr Also having same problem, anybody with a solution?
@patriciagiramia7238 Жыл бұрын
does vercel only use python 3.9 and not any other versions? because i tried deploying and it kept looking for python 3.9 path on my mac. then throws errors. kindly advise
@CodeWithClinton Жыл бұрын
Try using the python version you have on your computer.
@patriciagiramia7238 Жыл бұрын
thats just it. i have 3.10 installed but eachtime, vercel looks out for 3.9 while installing requirements and thats where everything ends in an error. can the python version be overidden or i have to install 3.9?@@CodeWithClinton
@patriciagiramia7238 Жыл бұрын
Failed to run "pip3.9 install --disable-pip-version-check --target . --upgrade -r /vercel/path0/requirements.txt" the error
@JansenCCruz Жыл бұрын
@@patriciagiramia7238 have you fixed it?
@niteshraya Жыл бұрын
Hey thank you for the tutorial but i am having weird issue where my hosted site doesn't run static files! I have tried white noise and all the stuffs :-( . Only the html runs can you please help me with this one!
@CodeWithClinton Жыл бұрын
Make sure to include STATIC_ROOT in your settings.py file.
@niteshraya Жыл бұрын
@@CodeWithClinton can you make a tutorial on that please?
@CodeWithClinton Жыл бұрын
@@niteshraya add this to your settings file. STATIC_ROOT = BASE_DIR/"assets"
@niteshraya Жыл бұрын
@@CodeWithClinton Do you have discord or something to connect. Please help me
@CodeWithClinton Жыл бұрын
@@niteshraya you can try LinkedIn or Twitter, check about section of my channel.
@riswanbashas625611 ай бұрын
My error: ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? Error: Command "./build_files.sh" exited with 1 My build_files.sh: #!/bin/bash # Install dependencies from requirements.txt pip install -r requirements.txt # Run collectstatic command python manage.py collectstatic I have properly activated my Virtual machine. still it is getting error. Any leads will be appreciated
@CodeWithClinton11 ай бұрын
Make sure you have django installed in your virtual environment. Run "pip freeze" to confirm.
@Lordwisetech7 ай бұрын
Bro im facing an error,404 not found after deployment please help me
@CodeWithClinton7 ай бұрын
It is a slight issue, you are trying to access a url path that doesn't exist.
@Abdusshh5 ай бұрын
vercel cant run pip what do you think the reason might be ./build_files.sh: line 1: pip: command not found Traceback (most recent call last): File "/vercel/path0/manage.py", line 11, in main from django.core.management import execute_from_command_line ModuleNotFoundError: No module named 'django' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/vercel/path0/manage.py", line 22, in main() File "/vercel/path0/manage.py", line 13, in main raise ImportError( ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? Error: Command "./build_files.sh" exited with 1
@CodeWithClinton5 ай бұрын
Vercel are currently having issues deploying python apps.
@Abdusshh5 ай бұрын
@@CodeWithClinton oh no when do you think it will be fixed
@nelisiwemasango88909 ай бұрын
thank you so much
@CodeWithClinton9 ай бұрын
You're welcome.
@excelakachukwu26604 күн бұрын
I cant find yhe pinned tweet
@CodeWithClinton4 күн бұрын
@@excelakachukwu2660 Look out for my comment in the comments section.
@akakonin6924 Жыл бұрын
Good Job. Please, I have created a web App using Django and react but find it difficult to deploy it. Can you help? Thanks
@CodeWithClinton Жыл бұрын
You have to deploy them separately.
@akakonin6924 Жыл бұрын
Ok. It means I have to separate them. Otherwise I developed them together. Thanks@@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@akakonin6924 it needs to be two separate apps, deployed separately.
@akakonin6924 Жыл бұрын
@@CodeWithClinton Thanks, I will separate them from the local development and then see how it will be.
@akakonin6924 Жыл бұрын
Please, can you help me deploy my App? Good evening Boss...
@princewilljackson8412 Жыл бұрын
Followed your steps, but don't know why i'm getting this error.... "ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?"....and my virtual env is activated
@CodeWithClinton Жыл бұрын
Create a virtual environment, activate the virtual environment and make sure Django is installed in your virtual environment.
@vaibhavpatil4248 Жыл бұрын
I am getting the same error, please help if you have found out any solution
@saidorifxojayoldoshxojayev11008 ай бұрын
is vercel free to deploy?
@CodeWithClinton8 ай бұрын
Yes it is.
@tilemachoschatzipapas93798 ай бұрын
I keep getting 404: NOT_FOUND error when i followed step by step
@shylock41578 ай бұрын
try changing the Root Directory
@CodeWithClinton8 ай бұрын
Thank you.
@CodeWithClinton8 ай бұрын
You definitely missing something.
@luuvinhtuong Жыл бұрын
thanks bro
@CodeWithClinton Жыл бұрын
You're welcome.
@mateusz99i1 Жыл бұрын
Thank you, you just saved my ass
@CodeWithClinton Жыл бұрын
You're welcome.
@alvinchisom48413 ай бұрын
Bro i just dey watch this video, E be like say railway no dey work for us way dey Naija.
@CodeWithClinton3 ай бұрын
@@alvinchisom4841 yeah, you need a VPN to access railway from Nigeria.
@alvinchisom48413 ай бұрын
@@CodeWithClinton ok Bro i will give it a try, me no like Heroku again
@slliks411 ай бұрын
where are you from? I am guessing delta or benin 😂
@CodeWithClinton11 ай бұрын
What made you think I am from Delta or Benin? Kindly let me know. By the way, I am from Imo State.
@slliks411 ай бұрын
You talk so fast 🐥 Oh wow I guess I was wrong then
@nikantkamat8992 Жыл бұрын
i need to deploy django as an api!
@CodeWithClinton Жыл бұрын
It is the same process.
@akakonin6924 Жыл бұрын
Clinton, please I still need your assistance
@CodeWithClinton Жыл бұрын
How can I help?
@akakonin6924 Жыл бұрын
@@CodeWithClinton I am still not able to deploy my fullstack App. I would like to communicate with you privately so you can see my code... Thanks
@FunnyBooks-nv6in8 ай бұрын
I think you follow Corey Schaeffer for build this project..
@CodeWithClinton8 ай бұрын
No, I didn't.
@tomilola_ng Жыл бұрын
I don't like my apps depending on railway they give a limited time monthly
@CodeWithClinton Жыл бұрын
Yeah, they give 500 hours monthly. Or you can deploy on PythonAnywhere it uses the sqlite3 database that comes with django.
@gaureshp.a.8229 Жыл бұрын
@@CodeWithClinton I need a custom domain so that it's routed to my personal domain. Any other services that gives it for free?
@CodeWithClinton Жыл бұрын
@@gaureshp.a.8229 I don't think there is a service that gives it for free.
@abderrahmanegorram Жыл бұрын
broo why you didn't share the source code
@CodeWithClinton Жыл бұрын
I will add the source Code.
@melisaaydnc27385 ай бұрын
if i use db.sqlite3 only,is it still working or not?
@CodeWithClinton5 ай бұрын
Try and see.
@Azizbek_Gulomov11 ай бұрын
hello, this video is usefull but i had a bug Command "./build_files.sh" exited with 1 python version 3.11.4 and I wrote to build_files pip install -r requirements.txt python3.9 manage.py collectstatic
@CodeWithClinton11 ай бұрын
Check the terminal on vercel the exact error message should be there.
@krishnasoni-ge2cx Жыл бұрын
404: NOT_FOUND Code: NOT_FOUND this error is coming
@CodeWithClinton Жыл бұрын
What caused the error?
@krishnasoni-ge2cx Жыл бұрын
The project is deployed successfully but when i going to domain giving above error
@CoderandAnalyst9 ай бұрын
it didn't work it says "404: NOT_FOUND Code: NOT_FOUND ID: cdg1::vlxmf-1711096926321-ee8d97504987"
@CodeWithClinton8 ай бұрын
I will look into it.
@ronunkwor5 ай бұрын
Thank you so much
@CodeWithClinton5 ай бұрын
@@ronunkwor you are welcome.
@BensonIbe7 ай бұрын
when deploying on Vercel, i keep getting this error, how do i solve this ModuleNotFoundError: No module named 'django' NB: I have django installed already, in my requirements.txt file, i have Django==4.2.6 in my build_files.sh i have pip3 install -r requirements.txt python3.9 manage.py collectstatic and in my runtime .txt i have Python-3.9
@CodeWithClinton7 ай бұрын
I think Vercel is currently having issues deploying Django.