If uwsgi is not installed, try gunicorn. Like this article here <https://www.digitalocean.com/community/questions/django-doesn-t-reflect-changes-made-to-settings-py-in-production>
On Wed, Oct 23, 2019 at 3:02 PM Tommy Delage <[email protected]> wrote: > Thank you for the quick response > > it was easy to restart the ngnix server, but uwsgi is showing me a list > like this ¸ > > The program 'uwsgi' can be found in the following packages: > * uwsgi-core > * uwsgi-plugin-alarm-curl > * uwsgi-plugin-alarm-xmpp > * uwsgi-plugin-curl-cron > * uwsgi-plugin-emperor-pg > * uwsgi-plugin-erlang > * uwsgi-plugin-geoip > * uwsgi-plugin-graylog2 > * uwsgi-plugin-jvm-openjdk-6 > * uwsgi-plugin-jvm-openjdk-7 > * uwsgi-plugin-ldap > * uwsgi-plugin-lua5.1 > * uwsgi-plugin-lua5.2 > * uwsgi-plugin-php > * uwsgi-plugin-psgi > * uwsgi-plugin-python > * uwsgi-plugin-python3 > * uwsgi-plugin-rack-ruby1.9.1 > * uwsgi-plugin-router-access > * uwsgi-plugin-sqlite3 > * uwsgi-plugin-v8 > * uwsgi-plugin-xslt > Ask your administrator to install one of them > > When I look that up, it's all about installing and not restarting. > > Also, the changes I made are in lib/site-packages/ > > What should I do next? > > > Le mardi 22 octobre 2019 11:32:54 UTC-4, Tommy Delage a écrit : >> >> I'm using django suit on digitalocean >> >> Anything I do in the files *.py doesn't show up in the production >> environement, >> >> DigitalOcean doesn't want to go and take a look because those are files >> in the application, >> >> I'm stuck big time, could you help me and go in my application and make a >> minor change and tell me step by step how you did? >> >> I wish we could discuss this in private for the logins and stuff, >> >> Also I never used this Google Group thing so I don't know how or when I'm >> gonna receive an answer >> >> Greatly appreciated >> > -- > 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/a05585c4-df89-41cc-83ec-a41775da2a0f%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a05585c4-df89-41cc-83ec-a41775da2a0f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- Regards, James Gutu -- 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/CAOnWGOLyx%2BR0pomck%3DOxEScj3kpK%2B240z-poZz8ceewk8nO0uw%40mail.gmail.com.

