ansible / galaxy-issues

This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 stars 3 forks source link

Cannot access admin user page after admin user creation #283

Closed rbhadti94 closed 6 years ago

rbhadti94 commented 6 years ago

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
rbhadti94 commented 6 years ago

This has been fixed by https://github.com/ansible/galaxy/commit/731835e68c61e26e1c4c79750e0383abbcc2acba

Thanks very much