bulu-faq 0.3

Creator: codyrutscher

Last updated:

0 purchases

bulu-faq 0.3 Image
bulu-faq 0.3 Images
Add to Cart

Description:

bulufaq 0.3

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'))
]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.