Skip to main content

No project description provided

Project description

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_faq
    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

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

garpix_faq-1.0.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

garpix_faq-1.0.1-py3-none-any.whl (12.4 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