I'm following these instructions to create a plugin for custom metadata fields in CKAN. I've successfully created this plugin, and used a snippet to allow the user to choose from a bunch of hard coded tags. I'm able to deploy this plugin to my CKAN instance, and have made modifications to the code and seen the results, but now appear to be unable to do so.
I modify my code in here: /usr/lib/ckan/default/src/ckanext-extrafields/ckanext/extrafields/plugin.py
And then run:
python setup.py develop
python setup.py egg_info
But I don't see the changes populate in my interface. I'm modifying the hard coded tags, and they don't change at all. I've tried clearing my cache, opening the page in other browsers, etc. What other steps should I take?