Re: HELP!!! Admin Site app name rename

2012-12-06 Thread Pedro J. Aramburu
I understand that but, there isn't a way to safely change the app_label attribute. As I understand, django manages the apps through INSTALLED_APPS and django admin strips the app name from the module "path" (please correct me). For example: Say I have the catalog app (package). Inside I have

Re: HELP!!! Admin Site app name rename

2012-12-05 Thread Chris Cogdon
Most objects have a way of giving them a "label" attribute, or even a "short_description" attribute. So, if you didn't want to go to the trouble of internationalizing (i17ning?) your application, just use those idioms to create visible names for your custom-created models and forms, etc. To

HELP!!! Admin Site app name rename

2012-12-05 Thread Pedro J. Aramburu
I hope someone could help me. My main language is Spanish but when I write code I like it to be en english. Being that way it will be easier to open source something in the future. The main problem is the app name in the Admin Site. For example, I'm writing a kind of eCommerce site without the