認証機能作成。
1 parent be9384a commit 332b81b9ce27aded381d1c429f7c4a5849e3080b
Nomura Kei authored on 11 Mar
Showing 72 changed files
View
.coverage 0 → 100644
Not supported
View
.coveragerc 0 → 100644
View
.flake8 0 → 100644
View
.vscode/launch.json 0 → 100644
View
.vscode/settings.json 0 → 100644
View
accounts/admin.py
View
accounts/locale/en/LC_MESSAGES/django.po
View
accounts/locale/ja/LC_MESSAGES/django.mo
Not supported
View
accounts/locale/ja/LC_MESSAGES/django.po
View
accounts/migrations/0002_alter_customuser_is_staff.py 0 → 100644
View
accounts/migrations/0003_alter_customuser_options_alter_emailaddress_options_and_more.py 0 → 100644
View
accounts/migrations/0004_customgroup_group_type.py 0 → 100644
View
accounts/models/__init__.py
View
accounts/models/custom_group.py 0 → 100644
View
accounts/models/custom_user.py
View
accounts/models/email_address.py
View
accounts/models/integer_choices_field.py 0 → 100644
View
accounts/permissions.py 0 → 100644
View
accounts/serializers.py
View
accounts/tests.py 100644 → 0
View
accounts/tests/__init__.py 0 → 100644
View
accounts/tests/tests_admin.py 0 → 100644
View
accounts/tests/tests_models_custom_group.py 0 → 100644
View
accounts/tests/tests_models_custom_user.py 0 → 100644
View
accounts/tests/tests_models_custom_user_manager.py 0 → 100644
View
accounts/tests/tests_models_email_address.py 0 → 100644
View
accounts/tests/tests_models_integer_choices_fields.py 0 → 100644
View
accounts/tests/tests_serializer.py 0 → 100644
View
accounts/tests/tests_views.py 0 → 100644
View
accounts/urls.py
View
accounts/views.py
View
accounts_auth/__init__.py 100644 → 0
View
accounts_auth/admin.py 100644 → 0
View
accounts_auth/apps.py 100644 → 0
View
accounts_auth/locale/en/LC_MESSAGES/django.mo 100644 → 0
Not supported
View
accounts_auth/locale/en/LC_MESSAGES/django.po 100644 → 0
View
accounts_auth/locale/ja/LC_MESSAGES/django.mo 100644 → 0
Not supported
View
accounts_auth/locale/ja/LC_MESSAGES/django.po 100644 → 0
View
accounts_auth/models.py 100644 → 0
View
accounts_auth/serializers.py 100644 → 0
View
accounts_auth/tests.py 100644 → 0
View
accounts_auth/urls.py 100644 → 0
View
accounts_auth/views.py 100644 → 0
View
coverage.sh 0 → 100755
View
docs/mkdocs.sh 100755 → 100644
View
docs/source/accounts.rst
View
docs/source/accounts_auth.rst 100644 → 0
View
docs/source/jwt_auth.rst 0 → 100644
View
docs/source/log_manager.rst
View
docs/source/modules.rst
View
jwt_auth/__init__.py 0 → 100644
View
jwt_auth/admin.py 0 → 100644
View
jwt_auth/apps.py 0 → 100644
View
jwt_auth/locale/en/LC_MESSAGES/django.mo 0 → 100644
Not supported
View
jwt_auth/locale/en/LC_MESSAGES/django.po 0 → 100644
View
jwt_auth/locale/ja/LC_MESSAGES/django.mo 0 → 100644
Not supported
View
jwt_auth/locale/ja/LC_MESSAGES/django.po 0 → 100644
View
jwt_auth/models.py 0 → 100644
View
jwt_auth/serializers.py 0 → 100644
View
jwt_auth/tests/__init__.py 0 → 100644
View
jwt_auth/tests/tests_serializer.py 0 → 100644
View
jwt_auth/tests/tests_views.py 0 → 100644
View
jwt_auth/urls.py 0 → 100644
View
jwt_auth/views.py 0 → 100644
View
log_manager/admin.py 100644 → 0
View
log_manager/models.py 100644 → 0
View
log_manager/tests.py
View
log_manager/trace_log.py
View
log_manager/views.py 100644 → 0
View
pydwiki/settings.py
View
pydwiki/urls.py
View
requirements.txt