ansible/galaxy-issues

Cannot access admin user page after admin user creation

Closed this issue · 1 comments

I have successfully managed to create an admin user using:
make createsuperuser
the following is the console output:

Username: random
Email address: random@random.org
Password:
Password (again):
Superuser created successfully.

However when I access:
<machine_ip>:8080/admin

I see:

Request Method: | GET
-- | --
http://127.0.0.1:8000/admin/
galaxy.main.views.RoleListView

This has been fixed by ansible/galaxy@731835e

Thanks very much