Updating GeoKey to the latest version takes just three steps.
Install the latest version GeoKey:
sudo pip install -U geokey
Install the database migrations (from your local settings
directory):
python manage.py migrate
Copy new and updated static files:
python manage.py collectstatic
Restart Apache:
sudo service apache2 restart