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

Does not support Django 3 #10

Open
iann838 opened this issue Jun 27, 2020 · 2 comments
Open

Does not support Django 3 #10

iann838 opened this issue Jun 27, 2020 · 2 comments

Comments

@iann838
Copy link

iann838 commented Jun 27, 2020

Since Django 3, support for template tag admin_tag has been dropped, needs to be replaced by static. Also the models registered on admin.py is not correctly shown on the admin page

@wadewilliams
Copy link

wadewilliams commented Mar 29, 2021

The code is merged in #12 but pip is not updated; although the same error still occurs if you install from git.

@KayvanMazaheri
Copy link

Same problem here.

TemplateSyntaxError: 'admin_static' is not a registered tag library.

It seems the changes weren't released on PyPi.
The most recent release (0.2) was published on Jun 1, 2017 and still uses the static_admin.

@volrath

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