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 -e git+https://github.com/bulubox/bulu-faq.git#egg=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
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
bulu-faq-0.2.tar.gz
(3.3 kB
view details)
File details
Details for the file bulu-faq-0.2.tar.gz
.
File metadata
- Download URL: bulu-faq-0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23c5a428d50cf8632bd4493408e71210a998bac491860858be7394f9dd1f0503 |
|
MD5 | 2564a32205f586eb2138733936ba065a |
|
BLAKE2b-256 | e4c8cfb48231a0305fc1fff5bec43af59989a207df81825127ba61042a0fcfb9 |