Try following these https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote:
> Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate <[email protected]> > wrote: > >> Hello family some help i have this error >> >> Aug 25 12:28:30 AM 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? >> Aug 25 12:28:30 AM ==> Build failed 😞 >> >> Yet this is my requirements file and django is installed >> asgiref==3.6.0 >> dj-database-url==2.1.0 >> Django==4.2.1 >> gunicorn==21.2.0 >> packaging==23.1 >> psycopg2==2.9.7 >> python-dotenv==1.0.0 >> sqlparse==0.4.4 >> typing_extensions==4.7.1 >> tzdata==2023.3 >> whitenoise==6.5.0 >> >> >> Kindly help me. >> -- >> >> ALINDA Fortunate >> Graduate Of Computer Science >> Gulu University >> Passionate about Software Development in Python >> If you can't explain it simply, you don't understand it well enough. >> [email protected]. >> +256 774339676 <+256%20774%20339676> / +256 702910041 >> <+256%20702%20910041> >> Kagadi. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAPifpCvYY%3D%2BFuNAYKXgoikghEYGCB90iw_24S1Ctye%3DZEJdNqg%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/django-users/CAPifpCvYY%3D%2BFuNAYKXgoikghEYGCB90iw_24S1Ctye%3DZEJdNqg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2dda8d5e-4f1b-4784-acaa-a44ed555e0cen%40googlegroups.com.

