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

How to add my user in CRM ? #23

Closed
eleutherius opened this issue Mar 3, 2018 · 3 comments
Closed

How to add my user in CRM ? #23

eleutherius opened this issue Mar 3, 2018 · 3 comments

Comments

@eleutherius
Copy link

Hello, I am get source Django-CRM. Start server by "python manage.py runserver", open login page to CRM , but I dont know how to add my account data in to. Can you tell me how to add account date to the CRM?

@mahmoudhossam
Copy link

Try using python manage.py createsuperuser.

@vineeshan
Copy link
Contributor

vineeshan commented Apr 9, 2018

@eleutherius To access Django-CRM, first you need to create super user,

Step 1: Try python manage.py createsuperuser from your terminal and press enter

Step 2: Then below details will be prompted,
Username:
Email:
Password:
Password (again):

Step 3: After giving above details, you will get a message as Super user created successfully

Step 4: Return to Django-CRM login page and login with the above credentials. You will be able to see the dashboard

Step 5: And then, navigate to users from the top menu

Step 6: Click on Add New User button to create new user

@ashwin31 ashwin31 closed this as completed Apr 9, 2018
@Denisolt
Copy link

i dont know why, but I dont get the users tab although i am logged in with the super user credentials

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

5 participants