I have a django directory named application.
I want to change it's name to something else. However all the code references to the application namespace:
from application.xxx import *
What is the proper way to change the application name without breaking all the references?