Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seedstars/django-react-redux-base
/ types & classes
Types & classes
39 in github.com/Seedstars/django-react-redux-base
⨍
Functions
92
◇
Types & classes
39
↓ 1 callers
Class
MyUserManager
src/accounts/models.py:11
↓ 1 callers
Class
UserRegistrationSerializer
src/accounts/serializers.py:13
↓ 1 callers
Class
UserSerializer
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
Class
AccountTests
tests/python/accounts/test_views.py:17
Class
AccountsModelsTests
tests/python/accounts/test_models.py:17
Class
App
src/static/app.js:10
Class
AtomicMixin
Ensure we rollback db transactions on exceptions. From https://gist.github.com/adamJLev/7e9499ba7e436535fd94
src/lib/utils.py:26
Class
AuthenticatedComponent
src/static/utils/requireAuthentication.js:7
Class
BaseTests
tests/python/utils/test_utils.py:6
Class
BaseTests
tests/python/base/test_views.py:11
Class
CustomTestCase
src/lib/testutils.py:4
Class
HomeView
src/static/containers/Home/index.js:10
Class
IndexView
Render main page.
src/base/views.py:13
Class
LoginView
src/static/containers/Login/index.js:28
Class
Meta
src/accounts/serializers.py:8
Class
Meta
src/accounts/serializers.py:16
Class
Meta
tests/python/accounts/test_models.py:12
Class
Migration
src/accounts/migrations/0002_clean_user_model.py:9
Class
Migration
src/accounts/migrations/0001_initial.py:10
Class
NotFoundView
src/static/containers/NotFound/index.js:3
Class
ProtectedDataView
Return protected data main page.
src/base/views.py:23
Class
Root
src/static/containers/Root/Root.dev.js:11
Class
Root
src/static/containers/Root/Root.prod.js:9
Class
User
Model that represents an user. To be active, the user must register and confirm his email.
src/accounts/models.py:70
Class
UserConfirmEmailView
src/accounts/views.py:40
Class
UserEmailConfirmationStatusView
src/accounts/views.py:59
Class
UserFactory
tests/python/accounts/test_models.py:7
Class
UserLoginView
src/accounts/views.py:26
Class
UserRegisterView
src/accounts/views.py:17
Class
UserRegistrationSerializerTest
tests/python/accounts/test_serializers.py:9
Class
UserSerializerTest
tests/python/accounts/test_serializers.py:58