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

Question: Can you suggest a more appropriate forum for a new adopter to post questions? #1094

Open
trainor1 opened this issue Jun 9, 2023 · 7 comments
Labels
help wanted Request assistance from the community on this task.

Comments

@trainor1
Copy link

trainor1 commented Jun 9, 2023

Hi All,

This is NOT a bug report. Bug Report was just the least bad option available to categorize this issue.

In a nutshell, I am looking for another forum where I can post questions about Django-helpdesk and get answers from the community. This doesn't seem like the appropriate place for my questions about installation problems and such.

Provided that I can get Django-helpdesk working and adopt it, I am interested in being a contributor in the long term. But, right now, I need a place where folks can help me get unstuck from beginner issues. I am hoping that you can suggest the right place.

Thanks in advance for your help.

Best Regards,

Kevin

@trainor1 trainor1 added the bug Something isn't working or is broken label Jun 9, 2023
@uhurusurfa uhurusurfa added help wanted Request assistance from the community on this task. and removed bug Something isn't working or is broken labels Jun 9, 2023
@uhurusurfa
Copy link
Collaborator

This is a good place and there are plenty of people willing to help you get started.
Post your questions and someone is sure to help.

@Benbb96
Copy link
Member

Benbb96 commented Jun 11, 2023

Maybe the discussion tab could be more appropriate for threads like this ? I have notifications enabled on this project so I may help if I see something I can answer 😉

@uhurusurfa
Copy link
Collaborator

👍 That works

@trainor1
Copy link
Author

Thanks for the replies. Are you guys sure that I should try Discussions? I didn't see any content over there. I think that is what brought me here. If someone is going to be listening, I would be glad to be the first to post.

Kevin

@trainor1
Copy link
Author

Meanwhile, can anyone suggest what might be causing these errors shortly after install and configuration:

  • Error fetching command 'create_escalation_exclusions': 'Command' object has no attribute 'option_list'
  • Command 'create_escalation_exclusions' skipped
  • Error fetching command 'create_queue_permissions': 'Command' object has no attribute 'option_list'
  • Command 'create_queue_permissions' skipped

My Web searches for these errors are bringing up issues from the Django 1.x days.

Best,

Kevin

@Benbb96
Copy link
Member

Benbb96 commented Jun 12, 2023

Indeed, I often see these warnings and I always think we should fix it. First easy solutions would be to delete these two commands as they doesn't seem to be used... Or we take time to update the way the command options are added.

I'm looking on this page to understand how I can do it : https://docs.python.org/3/library/argparse.html#the-add-argument-method

@Benbb96
Copy link
Member

Benbb96 commented Jun 12, 2023

@trainor1 I started a PR in that direction : #1095

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Request assistance from the community on this task.
Projects
None yet
Development

No branches or pull requests

3 participants