Document Best Ways to get Help with django-import-export
See original GitHub issueGreetings! 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:
- Created 3 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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:
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
, andQuestion
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 anGet Help on Stack Overflow
option there too just to see how it goes. If we get too many questions then remove the on-GitHubQuestion
type and just leave theGet 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…
This looks completed. Are we happy to close this issue?