I created \'frontend\' application using ./manage.py startproject frontend
\'frontend\'
./manage.py startproject frontend
But for some reason I just want to change the app name in the Dj
It sounds like you are trying to change how the appname is listed within the Django Admin? This wasn't possible before Django 1.7, but now you can do it like this:
https://docs.djangoproject.com/en/1.7/ref/applications/#for-application-users