Skip to content

Commit

Permalink
Add a (simple) FAQ page
Browse files Browse the repository at this point in the history
 This only answers two questions but I would like for us to add more as
 time goes on.
  • Loading branch information
rtpg authored and Asif Saif Uddin committed Apr 14, 2021
1 parent 65ec9a0 commit 404213d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Frequently Asked Questions
==========================


- How can I use this with factory_boy?

Since these are all built off of many-to-many relationships, you can check out `factory_boy's documentation on this topic<https://factoryboy.readthedocs.io/en/stable/recipes.html#simple-many-to-many-relationship>`_ and get some ideas on how to deal with tags.

- How can I use this with Django Rest Framework?

`django-taggit-serializer<https://github.com/glemmaPaul/django-taggit-serializer>`_ offers support for working with tags and DRF together.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tagging to your project easy and fun.
forms
admin
api
faq
custom_tagging
contributing
external_apps
Expand Down

0 comments on commit 404213d

Please sign in to comment.