Hi Bhakti, No I don't have any other ideas. I'll follow up with you separately to see if I can get access to the server.
> On Oct 1, 2020, at 10:20 AM, Narvekar, Bhakti Sunil <[email protected]> wrote: > > Hi Marcus, > > I tried both the ways. I’m still facing the same issue. Is there anything > else that we can try? > > From: Christie, Marcus Aaron <mailto:[email protected]> > Sent: Tuesday, September 29, 2020 10:52 AM > To: Narvekar, Bhakti Sunil <mailto:[email protected]>; [email protected] > <mailto:[email protected]> > Cc: Ranawaka, Isuru Janith <mailto:[email protected]> > Subject: Re: [External] Regarding deployment issue in deploying Django > project on Apache server > > Hi Bhakti, > > Make sure that the PATH, LD_LIBRARY_PATH and LD_RUN_PATH environment > variables are also set for whatever user is used to run Apache and/or the > Django mod_wsgi server. > > I'm not sure what is the best way to set these for Apache/mod_wsgi. You can > try in /etc/sysconfig/httpd (https://serverfault.com/a/233207 > <https://serverfault.com/a/233207>). If that doesn't work, you may need to > set them directly in the wsgi.py file, see > https://gist.github.com/GrahamDumpleton/b380652b768e81a7f60c > <https://gist.github.com/GrahamDumpleton/b380652b768e81a7f60c> for an example. > > From: Narvekar, Bhakti Sunil <[email protected]> > Sent: Monday, September 28, 2020 6:31 PM > To: [email protected] <[email protected]> > Cc: Ranawaka, Isuru Janith <[email protected]>; Christie, Marcus Aaron > <[email protected]> > Subject: RE: [External] Regarding deployment issue in deploying Django > project on Apache server > > Hi Aarushi, > > Thanks for the prompt reply. > > In order to make the migrations I used to the following commands: > python manage.py makemigrations > python manage.py migrate > > But the python version is same if use ‘python’ or ‘python3’ > > <FD2D6F333E154582A5880E7CB4A0F6FC.png> > > > From: Bisht, Aarushi <mailto:[email protected]> > Sent: Monday, September 28, 2020 5:19 PM > To: [email protected] <mailto:[email protected]> > Cc: Ranawaka, Isuru Janith <mailto:[email protected]>; Christie, Marcus Aaron > <mailto:[email protected]> > Subject: Re: [External] Regarding deployment issue in deploying Django > project on Apache server > > Hi Bhakti, > > It seems python3 is using the upgraded version of SQLite. While migrating the > django project are you using python 3? Python might be defaulting to python 2. > > Thanks, > Aarushi Bisht > > On Sep 28, 2020 1:30 PM, "Narvekar, Bhakti Sunil" <[email protected]> wrote: > This message was sent from a non-IU address. Please exercise caution when > clicking links or opening attachments from external sources. > > Hello Everyone, > > We are facing an issue in deployment of Django project on Apache server. We > are using SQLite as a database and we are getting an improper configuration > error for the SQLite version 3.7.17. The screenshot of the error-logs is: > > <EA60971F29FE4421911A80D3FF05A341.png> > > We followed the following steps to upgrade the SQLite version > > <46D974B68B5E4E22891CF83BE6326073.png> > > The version is update to 3.29.0 but the error in the error-log is same. > > <3DC2E068AA0246289812268A152E02B9.png> > > > It would be really helpful if anyone could share their inputs or experience. > > Thank you, > > Sincerely, > Bhakti Narvekar
smime.p7s
Description: S/MIME cryptographic signature
