-
Notifications
You must be signed in to change notification settings - Fork 285
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
Comments
If it's just for a nicer appearance then this is a great package |
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! |
@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 I think there will be more to do for a while yet, but I'll keep chipping away 👍 |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: