|
アカウント管理機能作成
|
|---|
|
0 parent
commit be9384a2937278b772f228bc207270011dcd5635
|
| .gitignore 0 → 100644 |
|---|
| README.md 0 → 100644 |
|---|
| accounts/__init__.py 0 → 100644 |
|---|
| accounts/admin.py 0 → 100644 |
|---|
| accounts/apps.py 0 → 100644 |
|---|
| accounts/locale/en/LC_MESSAGES/django.mo 0 → 100644 |
|---|
|
Not supported
|
| accounts/locale/en/LC_MESSAGES/django.po 0 → 100644 |
|---|
| accounts/locale/ja/LC_MESSAGES/django.mo 0 → 100644 |
|---|
|
Not supported
|
| accounts/locale/ja/LC_MESSAGES/django.po 0 → 100644 |
|---|
| accounts/migrations/0001_initial.py 0 → 100644 |
|---|
| accounts/migrations/__init__.py 0 → 100644 |
|---|
| accounts/models/__init__.py 0 → 100644 |
|---|
| accounts/models/custom_user.py 0 → 100644 |
|---|
| accounts/models/custom_user_manager.py 0 → 100644 |
|---|
| accounts/models/email_address.py 0 → 100644 |
|---|
| accounts/serializers.py 0 → 100644 |
|---|
| accounts/tests.py 0 → 100644 |
|---|
| accounts/urls.py 0 → 100644 |
|---|
| accounts/views.py 0 → 100644 |
|---|
| accounts_auth/__init__.py 0 → 100644 |
|---|
| accounts_auth/admin.py 0 → 100644 |
|---|
| accounts_auth/apps.py 0 → 100644 |
|---|
| accounts_auth/locale/en/LC_MESSAGES/django.mo 0 → 100644 |
|---|
|
Not supported
|
| accounts_auth/locale/en/LC_MESSAGES/django.po 0 → 100644 |
|---|
| accounts_auth/locale/ja/LC_MESSAGES/django.mo 0 → 100644 |
|---|
|
Not supported
|
| accounts_auth/locale/ja/LC_MESSAGES/django.po 0 → 100644 |
|---|
| accounts_auth/models.py 0 → 100644 |
|---|
| accounts_auth/serializers.py 0 → 100644 |
|---|
| accounts_auth/tests.py 0 → 100644 |
|---|
| accounts_auth/urls.py 0 → 100644 |
|---|
| accounts_auth/views.py 0 → 100644 |
|---|
| docs/Makefile 0 → 100644 |
|---|
| docs/make.bat 0 → 100644 |
|---|
| docs/mkdocs.sh 0 → 100755 |
|---|
| docs/source/accounts.models.rst 0 → 100644 |
|---|
| docs/source/accounts.rst 0 → 100644 |
|---|
| docs/source/accounts_auth.rst 0 → 100644 |
|---|
| docs/source/conf.py 0 → 100644 |
|---|
| docs/source/index.rst 0 → 100644 |
|---|
| docs/source/log_manager.rst 0 → 100644 |
|---|
| docs/source/manage.rst 0 → 100644 |
|---|
| docs/source/modules.rst 0 → 100644 |
|---|
| docs/source/pydwiki.rst 0 → 100644 |
|---|
| docs/source/trans.rst 0 → 100644 |
|---|
| log_manager/__init__.py 0 → 100644 |
|---|
| log_manager/admin.py 0 → 100644 |
|---|
| log_manager/apps.py 0 → 100644 |
|---|
| log_manager/formatter.py 0 → 100644 |
|---|
| log_manager/models.py 0 → 100644 |
|---|
| log_manager/tests.py 0 → 100644 |
|---|
| log_manager/trace_log.py 0 → 100644 |
|---|
| log_manager/views.py 0 → 100644 |
|---|
| manage.py 0 → 100755 |
|---|
| pydwiki/__init__.py 0 → 100644 |
|---|
| pydwiki/asgi.py 0 → 100644 |
|---|
| pydwiki/settings.py 0 → 100644 |
|---|
| pydwiki/urls.py 0 → 100644 |
|---|
| pydwiki/wsgi.py 0 → 100644 |
|---|
| requirements.txt 0 → 100644 |
|---|
| trans.py 0 → 100755 |
|---|