question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document Best Ways to get Help with django-import-export

See original GitHub issue

Greetings! This package being a fairly complicated tool, we often we get questions on usage in the form of Issues (for instance #1133). I’d like to recommend we establish and document a preferred forum for those types of usage questions. Perhaps that’s still “create a GitHub issue and label it with question” (like this Issue), or “create a Stack Overflow question tagged with django-import-export”, etc.

I’m happy to take on figuring this out and documenting! Also apologies if I’ve missed that this is already established somewhere. Does this seem like a good idea @bmihelac, @andrewgy8, @claudep, @manelclos, and @shaggyfrog?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
mgrdcmcommented, May 9, 2020

@andrewgy8 Oh nice, I didn’t know that! Looks like this is what you’re talking about: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository

So we could do a “Question” template type. Looks like we can even automatically add labels like for instance questions.

And to @manelclos’s point if we did want to direct people to create an appropriately-tagged question on SO, we could do it with this “If you prefer to receive certain reports outside of GitHub…” functionality:

Here is an example config.yml file.

blank_issues_enabled: false
contact_links:
  - name: GitHub Community Support
    url: https://github.community/
    about: Please ask and answer questions here.
  - name: GitHub Security Bug Bounty
    url: https://bounty.github.com/
    about: Please report security vulnerabilities here.

So far I think we should try out the custom issue types first. We can go ahead and create custom issue types for Bug report, Feature request, and Question with a little bit of issue template for each and also set up appropriate label(s) so the Issues list is a little easier to parse. We could even add an Get Help on Stack Overflow option there too just to see how it goes. If we get too many questions then remove the on-GitHub Question type and just leave the Get Help on Stack Overflow one.

How does that sound? I’m happy to work on that, but it looks like while I’m a member I don’t have access to set up the Issue types. We’d still want bmihelac sign-off in any case I think…

2reactions
matthewhegartycommented, Apr 13, 2022

This looks completed. Are we happy to close this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started - Django import / export - Read the Docs
The primary utility for natural key functionality is to enable exporting data that can be imported into other Django environments with different numerical ......
Read more >
How to Use django-import-export
As the name suggests, this is a library to handle importing and exporting data. The django-import-export library supports multiple formats, ...
Read more >
How to Export & Import Data | Django Package Series #3
The django-import-export library supports multiple formats, including xls, csv, json, yaml, and all other formats supported by tablib. It also ...
Read more >
How to Import or Export Data from Django Admin
Support multiple formats (Excel, CSV, JSON, … and everything else that tablib supports) · Django Admin integration for importing · Preview import ......
Read more >
This is the package that almost every Python Django ...
Django import export is the package name !Most of my projects require exporting data at least to excel.With this library everything is easy ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found