Basic Usage

Aldryn FAQ works the way that many django-CMS-compatible applications to. It expects you to create a new page for it in django CMS, and then attach it to that page with an Apphook.

Getting started

  1. if this is a new project, change the default example.com Site in the Admin to whatever is appropriate for your setup (typically, localhost:8000)
  2. in Admin > Aldryn_Faq, create a new Apphook config with the value aldryn_faq
  3. create a new django CMS page; this page will be associated with the Aldryn FAQ application
  4. open the new page’s Advanced settings
  5. from the Application choices menu select FAQ
  6. save the page
  7. restart the runserver (necessary because of the new Apphook)

Now you have a new page to which the Aldryn FAQ will publish content.

Let’s create a new entry, at Admin > Aldryn_Faq. Fill in the fields as appropriate - most are self-explanatory - and Save.

The page you created a moment ago should now list your new faq entry.