パッケージ: python3-djoser (1.1.5-1)
python3-djoser に関するリンク
Trisquel の資源:
djoser ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Python Modules Team (メールアーカイブ)
- Michael Fladischer
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
REST implementation of Django authentication system (Python3 version)
Djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account activation. It works with custom user model.
Instead of reusing Django code (e.g. PasswordResetForm), it reimplementes a few things to fit better into a Single Page App architecture.
Supported authentication backends are:
* HTTP Basic Auth (Default) * Token based authentication from Django Rest Framework
This package contains the Python 3 version of the library.
その他の python3-djoser 関連パッケージ
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework (Python 3 version)
-
- dep: python3-djangorestframework (>= 3)
- Web APIs for Django, made easy for Python3