You need to increase the code version in setup.py
Log in as edxapp user and activate their virtualenv. Then, execute the next command:
pip install -e /edx/app/edxapp/edx-platform
You must restart the server: sudo /edx/bin/supervisorctl restart edxapp :
******************************
When you add a new entry point, you need to update the package's version number and then reinstall it. It would be cleaner to create your new tab in its own Python package and then install that, but if you are modifying the platform directly then you'll need to do:
pip install -e /edx/app/edxapp/edx-platform