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

FAQ section #112

Open
3 tasks
giobber opened this issue Sep 27, 2023 · 0 comments
Open
3 tasks

FAQ section #112

giobber opened this issue Sep 27, 2023 · 0 comments

Comments

@giobber
Copy link
Member

giobber commented Sep 27, 2023

  • template for a F.A.Q. page
  • model to save answers/questions
  • add an order field
class FAQ(models.Model):
    question = models.CharField(null=False, blank=False, ...)
    answer = models.CharField(null=False, blank=false, ...)
    order = IntegerField(default=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant