FAQ addon for django CMS
Project description
[](https://travis-ci.org/aldryn/aldryn-faq)
[](https://coveralls.io/r/aldryn/aldryn-faq)
Aldryn FAQ App
===============
Simple faq application. It allows you to:
- write a questions and answers
Installation
============
Aldryn Platform Users
---------------------
Choose a site you want to install the add-on to from the dashboard. Then go to ``Apps -> Install app`` and click ``Install`` next to ``FAQ`` app.
Redeploy the site.
Manual Installation
-------------------
Run ``pip install aldryn-faq``.
Add below apps to ``INSTALLED_APPS``:
INSTALLED_APPS = [
…
'aldryn_faq',
'djangocms_text_ckeditor',
'adminsortable',
'sortedm2m',
'parler',
…
]
Listing
=======
You can add question/answer in the admin interface now. Search for the label ``Aldryn_Faq``.
In order to display them, create a CMS page and install the app there (choose ``FAQ`` from the ``Advanced Settings -> Application`` dropdown).
Now redeploy/restart the site again.
The above CMS site has become a faq list view.
[](https://coveralls.io/r/aldryn/aldryn-faq)
Aldryn FAQ App
===============
Simple faq application. It allows you to:
- write a questions and answers
Installation
============
Aldryn Platform Users
---------------------
Choose a site you want to install the add-on to from the dashboard. Then go to ``Apps -> Install app`` and click ``Install`` next to ``FAQ`` app.
Redeploy the site.
Manual Installation
-------------------
Run ``pip install aldryn-faq``.
Add below apps to ``INSTALLED_APPS``:
INSTALLED_APPS = [
…
'aldryn_faq',
'djangocms_text_ckeditor',
'adminsortable',
'sortedm2m',
'parler',
…
]
Listing
=======
You can add question/answer in the admin interface now. Search for the label ``Aldryn_Faq``.
In order to display them, create a CMS page and install the app there (choose ``FAQ`` from the ``Advanced Settings -> Application`` dropdown).
Now redeploy/restart the site again.
The above CMS site has become a faq list view.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aldryn-faq-0.10.2.tar.gz
(19.9 kB
view details)
File details
Details for the file aldryn-faq-0.10.2.tar.gz
.
File metadata
- Download URL: aldryn-faq-0.10.2.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7f8f9a7c18c4bd284474193823f2dc5be25f2a73647955960f8746fdbe39bd52
|
|
MD5 |
c1510b23e4b16ee60c7447a9bf07019b
|
|
BLAKE2b-256 |
4a9199157cf182c06247469d85c4c9eb308e1e8fde68e9047ea5794af61e53b4
|