PROBLEM WITH Multiple SETTINGS.PY FILE

2020-05-16 Thread chaitan
Hi, I am facing ModuleNotFoundError in my Django application. It got configured with multiple settings files for production, Development & Testing. When I Try to run Python manage.py runserver --settings= settings_dev_sai. This is My *Settings* File: import socket #import settings depending

How to clone or run your project on local machine by cloning/connecting to Linode Server. what are requirements need to be installed on your Machine.

2020-05-14 Thread chaitan
Hi every one, I am hired as a Python/Django Developer. My company has deployed its *Django application* into LINODE Server. I have experience using the Heroku server, but Pretty much new to this *Linode server*, have no clue about this. I want to run/Connect to project to that server to *run

How to run django server locally, if there are multiple settings file in Django Project. if the repo is cloned from Office work space to local(newly hired as intern) (no requirements.txt)

2020-04-21 Thread chaitan sai
Hi Django Aspirants, I am trying to run localhost:8000 to run the server after the cloning the project. from GitHub. I figured out the process to follow after downloading the project. I can open all files from the sublime text editor and saw multiple settings.py files in the main project. I am