AM Coder - Deploying a Python Django App to Render.com

preview_player
Показать описание

Follow on Twitter @alexmercedcoder

Join the developer community

Subscribe to my podcasts Web Dev 101 & Datanation on Spotify/iTunes/Stitcher

Комментарии
Автор

Learnt something new... Not one but numerous... The DEBUG automation depending on environment, ensuring git is initialized in the root directory... Thank you

michaelmmbaya
Автор

This is really good stuff, will try it later. I like how you go through mistakes that you've made. NICE

samb.
Автор

Thank you very much! How do I handle static files? My static files and Django admin design are also not loading.

richlueking
Автор

Hi Alex, thanks for the info. Question: What do we do if we have created a PostgreSQL database on our machine instead of creating one on bit io? How does one use the PSQL database on a local machine instead? Or, do we have to create a remote database?

senorharris
Автор

I have developed a examination system,
When I submit test it is showing server error 500 , and when I hit submit test without attempting any question, it is redirecting properly, everything it is running good in my local server, please give a solution to my problem

YouTub
Автор

My static files aren't loading.
Tried everything possible. What do I do😢

vertigo
Автор

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?
can you help me...i am facing this error while building
django is in requirements.txt
mentioned correct version of python
but even still im receiveing this error

ameen
Автор

settings.DATABASES is improperly configured. Please supply the ENGINE value
How should I fix this?
I have done everything like you do

ucthinhnguyen