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