Better docs regarding dal_queryset_sequence and imports
See original GitHub issueHi,
I was wondering is it possible to upgrade the docs to mention in the install/configure section what you can include in installed apps and how it relates to imports.
Example would be: To enable GenericFK support you should add ‘dal’, ‘dal_select2’, ‘dal_queryset_sequence’ … to INSTALLED_APPS
When you do from dal import autocomplete every autocomplete app you installed is then present under autocomplete.
I was really confused trying to upgrade from v2 to v3 and reading the docs missing on imports. This should be first class information, IMHO.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
SoftwareBrothers/better-docs: Beautiful toolbox for jsdoc ...
Documentation toolbox for your javascript / typescript projects based on JSDoc3 with @category, @component and @optional plugins. This is how it looks: Example....
Read more >How to Migrate Docs to BetterDocs From an Existing ...
First of all, go to your WordPress Dashboard -> Tools -> Export. Then, export the Docs from this section. Depending on the plugin...
Read more >better-docs - npm
Start using better-docs in your project by running `npm i better-docs`. There are 20 other projects in the npm registry using better-docs.
Read more >Export and import - WordPress.org
Hi I hope you're fine. I understand that the only way to import and export content from BetterDocs is to import and export...
Read more >How To Easily Migrate to BetterDocs from any WordPress ...
You can easily migrate to BetterDocs from any WordPress documentation plugin with a minute. Just get BetterDocs plugin, ...
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

I think that a preambule about the need to add ‘dal_queryset_sequence’ in installed apps is the right way. Also maybe dedicate a part of docs to this: In this package we offer these apps that can be used in these cases. If I manage I can maybe make a draft, but I think I’m lacking the inside outs of the library to do it 100%.
I think there is nothing wrong with code itself, just how I had to go about “making” work was not covered by docs. I had to test it out in shell and dig around and then saw that package had more module than I originally noticed.
Hope this input helps. I’ll get back to you about the draft part for sure if you are interested.
Thanks ! it’d be really cool for our friends 😉