Best way to create admin account

During the installation process We can create a admin user,

Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table auth_message
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table south_migrationhistory
Creating table livesettings_setting
Creating table livesettings_longsetting
Creating table djkombu_queue
Creating table djkombu_message
Creating table followit_followuser

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no):

but if we are using the site with different single sign on option where site runs on both http:// and https:// the admin url also take the user into the single sign on authentication. How can we setup this url to by pass the single sign on setup. If this is not possible should we use the first user that login to the system become admin?

SocialQA's avatar
265
SocialQA
asked 2013-12-10 12:43:12 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments