I have installed the photologue - an optimization plug-in photo management application for the Django Web Framework without problems in my project. ..
Now I want to change the app name in admin page which is photlogge . For this, I have used ugettext_lazy but when I define it in all meta: Error: Is there an easy way to rename an app, I have a lot Seen but not found ... Django does not currently support the app's name change in admin , But was raised to add that functionality, so hopefully it will be added. A simple simplifying and preferred main admin template has to be changed and you need to use whatever name you want as an app name. Other solutions:
from django.utils.translation import metadata as the class of ugettext_lazy _ class: app_label = _ ('newappname ')
value Eltar / admin / can not create form field for' effect 'so far because its related model' photo Effect 'is not loaded yet
Comments
Post a Comment