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

Customize Django Admin #674

Open
amakarudze opened this issue Sep 14, 2021 · 5 comments
Open

Customize Django Admin #674

amakarudze opened this issue Sep 14, 2021 · 5 comments

Comments

@amakarudze
Copy link
Contributor

Django-suit used to give us a nice user interface. Now that we have removed it due to it not being compatible with supported version of Django, that is, version 2.2 +, we need to work on customizing the interface once the upgrade to Django 3.2 is complete.

@marksweb
Copy link
Collaborator

If it's just for a nicer appearance then this is a great package

https://pypi.org/project/django-admin-interface/

@amakarudze
Copy link
Contributor Author

amakarudze commented Sep 14, 2021

Thanks @marksweb. Will check it out.

We seem to be having some issues in Sentry, I guess due to changes in the admin. It seems some functionality was broken. I managed to resolve 2 which were a result of data errors but some may need more investigation. If you have the time of course. Thanks again for all your work @marksweb!

@marksweb
Copy link
Collaborator

@amakarudze From what I've seen, the changes aren't really from changes to admin, they're from the 2.2 upgrade.

I've fixed a couple of things just now. Essentially it's areas of the application which aren't tested - so admin is a big one with what I've updated. A reverse() for a URL in admin was wrong, and a widget being used for an HTML field is out of date and doesn't work with django 2.2 so I've replaced it with something new.

I think there will be more to do for a while yet, but I'll keep chipping away 👍

@amakarudze
Copy link
Contributor Author

Thanks @marksweb for looking into this quickly. Yes, that is the challenge with untested code I guess. Yes, it seems there will be a lot to do for a while. Thanks for all your work.

Sorry all these issues delay me getting to #667 pull request but I will get to it when organizers and Claire can at least do their work. Thanks again @marksweb.

@amakarudze amakarudze pinned this issue Oct 5, 2021
@vanessa
Copy link
Contributor

vanessa commented Jan 2, 2023

Do we want just some color changes to match the brand or does this include UX changes to make event management easier for organizers? We can start with some tweaks on Django admin itself (modifying templates and CSS, shouldn't be too hard) and go from there.

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

3 participants