Changes to local_settings.py not effective
My local_settings.py is under/usr/share/dashboard/dashboard/local/ and is linked to /etc/dashboard/local_settings.py and I made a change to use memcached based session_engine instead of cookies. I restarted the Apache server on Ubuntu.
I see that local_settings.pyc not updated and my changes are not effective. If I remove local_settings.pyc Apache complains that local_setting is missing but it is not creating a new one even after restart.
How should I resolve this error? I'm new to Apache/Django.
See for logs in /var/log/apache2/error.log. There you will see where you are going wrong
There were not any errors in the logs.