MCPcopy Create free account

hub / github.com/Seedstars/django-react-redux-base / types & classes

Types & classes39 in github.com/Seedstars/django-react-redux-base

↓ 1 callersClassMyUserManager
src/accounts/models.py:11
↓ 1 callersClassUserRegistrationSerializer
src/accounts/serializers.py:13
↓ 1 callersClassUserSerializer
src/accounts/serializers.py:7
Class
src/static/app.js:10
Class
src/static/utils/requireAuthentication.js:7
Class
src/static/containers/Protected/index.js:8
Class
src/static/containers/Login/index.js:28
Class
src/static/containers/Home/index.js:10
Class
src/static/containers/NotFound/index.js:3
Class
src/static/containers/Root/Root.dev.js:11
Class
src/static/containers/Root/Root.prod.js:9
ClassAccountTests
tests/python/accounts/test_views.py:17
ClassAccountsModelsTests
tests/python/accounts/test_models.py:17
ClassApp
src/static/app.js:10
ClassAtomicMixin
Ensure we rollback db transactions on exceptions. From https://gist.github.com/adamJLev/7e9499ba7e436535fd94
src/lib/utils.py:26
ClassAuthenticatedComponent
src/static/utils/requireAuthentication.js:7
ClassBaseTests
tests/python/utils/test_utils.py:6
ClassBaseTests
tests/python/base/test_views.py:11
ClassCustomTestCase
src/lib/testutils.py:4
ClassHomeView
src/static/containers/Home/index.js:10
ClassIndexView
Render main page.
src/base/views.py:13
ClassLoginView
src/static/containers/Login/index.js:28
ClassMeta
src/accounts/serializers.py:8
ClassMeta
src/accounts/serializers.py:16
ClassMeta
tests/python/accounts/test_models.py:12
ClassMigration
src/accounts/migrations/0002_clean_user_model.py:9
ClassMigration
src/accounts/migrations/0001_initial.py:10
ClassNotFoundView
src/static/containers/NotFound/index.js:3
ClassProtectedDataView
Return protected data main page.
src/base/views.py:23
ClassRoot
src/static/containers/Root/Root.dev.js:11
ClassRoot
src/static/containers/Root/Root.prod.js:9
ClassUser
Model that represents an user. To be active, the user must register and confirm his email.
src/accounts/models.py:70
ClassUserConfirmEmailView
src/accounts/views.py:40
ClassUserEmailConfirmationStatusView
src/accounts/views.py:59
ClassUserFactory
tests/python/accounts/test_models.py:7
ClassUserLoginView
src/accounts/views.py:26
ClassUserRegisterView
src/accounts/views.py:17
ClassUserRegistrationSerializerTest
tests/python/accounts/test_serializers.py:9
ClassUserSerializerTest
tests/python/accounts/test_serializers.py:58