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

Tabler UI not working? #126

Open
PawelRoman opened this issue Dec 19, 2022 · 1 comment
Open

Tabler UI not working? #126

PawelRoman opened this issue Dec 19, 2022 · 1 comment

Comments

@PawelRoman
Copy link

I have integrated the admin into my project. I was able to create first admin user with /admin/init and see the admin user in the database.

When I go to 127.0.0.1:8000/admin/login I can see a login page. I enter username and password. I get logged in but see empty page with 404 Not Found.

I found another ticket which shows that this project is only for admin back-end API. The front-end needs to be installed separately.

That's OK but in that case README.md is very confusing and it should be changed.

  1. It should remove all screenshots (which suggest that the package comes with full admin UI).
  2. It should clearly say that this project is admin back-end only and has no UI. It should point to the front-end UI repository
  3. It would also be helpful to mention, that GET /init/ page is one time use only - it stops working after creating the first admin user.
  4. Finally, the GET /admin/login page should be removed. It now renders what looks like a regular login page, which makes an impression the project has UI, but logging in leads to 404 and googling leads to a ticket where it says there is no UI and it needs to be installed separately.
@ffd114
Copy link

ffd114 commented Mar 2, 2023

Actually, it does provide UI like Django Admin, but you just need to do some steps which I also cannot find in documentation. Refer to #119 (comment) to follow the steps

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

2 participants