FAQ addon for django CMS
Project description
Aldryn FAQ
Description
Simple faq application. It allows you to:
write a questions and answers in categories
Installation & Usage
Aldryn Platform Users
Choose a site you want to install the add-on to from the dashboard.
Go to Apps -> Install App
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', … ]
Run migrations: python manage.py migrate aldryn_faq.
NOTE: aldryn_faq supports both South and Django 1.7 migrations. However, if your project uses a version of South older than 1.0.2, you may need to add the following to your settings:
MIGRATIONS_MODULES = [ … 'aldryn_faq': 'aldryn_faq.south_migrations', … ]
(Re-)Start your application server.
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
File details
Details for the file aldryn-faq-0.10.4.tar.gz
.
File metadata
- Download URL: aldryn-faq-0.10.4.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
52fb1a7ec0e9a157fda7705ef4aee49308130a12a909733b6f28323466680158
|
|
MD5 |
10ff191eed13c51011c6ae2dd98ae8a6
|
|
BLAKE2b-256 |
73828c4d123436c11fd51acbbde95ccdf2f1b364205f914172818f2abc9976a3
|