Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staff Object and Seniority Object #7

Open
leety opened this issue Jan 28, 2017 · 1 comment
Open

Staff Object and Seniority Object #7

leety opened this issue Jan 28, 2017 · 1 comment

Comments

@leety
Copy link

leety commented Jan 28, 2017

I have having issue with the label display on the admin site.

I was able to complete adding the Staff app to my dhango CMS, However, on the admin site the list view shows list of "Seniority Objects" and "Staff Objects" instead of their respective names.

If I click edit, then it is shown correctly...

The venv is in Python 3.5, django 1.9 with CMS 3.4. I really don't know what is causing this issue. :(

I would really like to know how to pass the correct full_name value to the admin site list view. THANKS!

@leety
Copy link
Author

leety commented Jan 28, 2017

I got the issue resolved. It's a python 3 problem. I changed the unicode to str and viola! The funny was that I forgot to completely terminate the server process, therefore changes to my file (including changes to urls.py) were not loaded at all. I wasted 2 hours on this..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant