d-demirci / django-adminlte3

AdminLTE Templates, Template Tags, and Admin Theme for Django
https://django-adminlte3.herokuapp.com/admin
Other
244 stars 111 forks source link

URL on main GitHub page points to a Django admin login page; Doc link points to page that doesn't exist #14

Open fseesink opened 4 years ago

fseesink commented 4 years ago

[Hope it's ok to report this here. I really do appreciate the work you've done, so doing it to help, not be a nuisance.]

On main GitHub page: https://github.com/d-demirci/django-adminlte3

  1. Top line has URL https://django-adminlte3.herokuapp.com/admin which lands on what looks like the login/admin page of a Django site. Is that what you really intended? (If I strip /admin from the URL, I see a demo page of a Django site using AdminLTE3.)

  2. As others noted, in the README.md content further down, you indicate Documentataion can be found at http://django-adminlte3.readthedocs.io/ . But that page doesn't exist. To date, I've relied on Google, the django-adminlte2 docs (https://django-adminlte2.readthedocs.io), and going through the project to discern what I needed to do. Am taking notes so I can write something up (mostly for myself as I'll forget otherwise :-)). Will share once it's not an utter mess if interested.

On PyPi page: https://pypi.org/project/django-adminlte3/

Looks like same content as README.md, so same issue here as #2 above: URL to docs lands on a page that doesn't exist.