Skip to content
New issue

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

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

Already on GitHub? # to your account

Disable admin styling? #64

Open
gamesbook opened this issue Sep 28, 2016 · 2 comments
Open

Disable admin styling? #64

gamesbook opened this issue Sep 28, 2016 · 2 comments

Comments

@gamesbook
Copy link

gamesbook commented Sep 28, 2016

Is there anyway to disable the styling used for the admin section. Its actually quite hard to difficult with, and the form layout is unclear. I'd like to use Django's default styling.

@arocks
Copy link
Owner

arocks commented Sep 28, 2016

Did you try deleting base_site.html? It should be located in your project's path: src/templates/admin/base_site.html. Then the default Django admin base template should kick in.

@gamesbook
Copy link
Author

Yes, I did try that. My new base_site.html just has:

{% extends "admin/base.html" %}
{% load admin_static %}

but nothing changes on the interface.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants