No project description provided
Project description
Garpix FAQ
Auth module for Django/DRF projects. Part of GarpixCMS.
Used packages:
- django rest framework
- social-auth-app-django
- django-rest-framework-social-oauth2
- etc; see setup.py
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
Developed by Garpix / https://garpix.com
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
garpix_faq-1.0.1.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file garpix_faq-1.0.1.tar.gz
.
File metadata
- Download URL: garpix_faq-1.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/6.0.0 pkginfo/1.9.6 requests/2.28.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b87e693e2fc060bee3f2a9d5c24f0aaa998d0d270ed2a8231580015491b25e0 |
|
MD5 | 83a4cf3d2a6029414f7f9742d4496458 |
|
BLAKE2b-256 | 1d86ad177cc04839125d4b648f2b73c5b8bd4e50c7cd7da199c2402b136f3cdd |
File details
Details for the file garpix_faq-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: garpix_faq-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/6.0.0 pkginfo/1.9.6 requests/2.28.2 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0bf26ad3626713d938cc3e11f0776cd1c5462607914f6b8c7f6c73ac9033cf7 |
|
MD5 | 2fc9e8400aa9182d862d416a96342282 |
|
BLAKE2b-256 | a72453402cc6173abae89480d670b7debffd7f1cf81bea242427edfd73039eca |