Skip to main content

A simple Django app for FAQa

Project description

Stupid simple FAQ app to use with any django project. Includes admin definitions and a read-only API using Django Rest Framework.

Installation

Install using pip:

pip install bulu-faq

Configuration

Add faq to your installed apps in settings.py:

INSTALLED_APPS = (
    ...
    'faq',
)

Add the urls in urls.py:

urlpatterns = [
    ...
    path('faq/', include('faq.urls'))
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bulu-faq-0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

bulu_faq-0.3-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page