garpix-faq


License
MIT
Install
pip install garpix-faq==1.0.1

Documentation

Garpix FAQ

Auth module for Django/DRF projects. Part of GarpixCMS.

Used packages:

Quickstart

Install with pip:

pip install garpix_faq

Add the garpix_faq to your INSTALLED_APPS:

# settings.py

# ...
INSTALLED_APPS = [
    # ...
    'garpix_faq',
]

and to migration modules:

# settings.py

# ...
MIGRATION_MODULES = {
    'garpix_faq': 'app.migrations.garpix_faq',
}

Add to urls.py:

# ...
urlpatterns = [
    # ...
    # garpix_user
    path('', include(('garpix_faq.urls', 'faq'), namespace='garpix_faq')),

]

Enjoy!

See garpix_faq/tests.py for examples.

Changelog

See CHANGELOG.md.

Contributing

See CONTRIBUTING.md.

License

MIT


Developed by Garpix / https://garpix.com