-
- Downloads
Add first implementation for the-social-network core
Showing
- .gitignore 33 additions, 0 deletions.gitignore
- Pipfile 5 additions, 0 deletionsPipfile
- Pipfile.lock 122 additions, 0 deletionsPipfile.lock
- the_social_network/core/__init__.py 10 additions, 0 deletionsthe_social_network/core/__init__.py
- the_social_network/core/admin.py 78 additions, 0 deletionsthe_social_network/core/admin.py
- the_social_network/core/apps.py 5 additions, 0 deletionsthe_social_network/core/apps.py
- the_social_network/core/migrations/0001_initial.py 113 additions, 0 deletionsthe_social_network/core/migrations/0001_initial.py
- the_social_network/core/migrations/0002_auto_20211111_1220.py 43 additions, 0 deletions...social_network/core/migrations/0002_auto_20211111_1220.py
- the_social_network/core/migrations/__init__.py 0 additions, 0 deletionsthe_social_network/core/migrations/__init__.py
- the_social_network/core/models.py 418 additions, 0 deletionsthe_social_network/core/models.py
- the_social_network/core/serializers/accountSerializers.py 80 additions, 0 deletionsthe_social_network/core/serializers/accountSerializers.py
- the_social_network/core/serializers/authenticationSerializers.py 100 additions, 0 deletions...ial_network/core/serializers/authenticationSerializers.py
- the_social_network/core/serializers/contentSerializers.py 124 additions, 0 deletionsthe_social_network/core/serializers/contentSerializers.py
- the_social_network/core/tests.py 707 additions, 0 deletionsthe_social_network/core/tests.py
- the_social_network/core/urls/accountUrls.py 13 additions, 0 deletionsthe_social_network/core/urls/accountUrls.py
- the_social_network/core/urls/authenticationUrls.py 12 additions, 0 deletionsthe_social_network/core/urls/authenticationUrls.py
- the_social_network/core/urls/contentUrls.py 10 additions, 0 deletionsthe_social_network/core/urls/contentUrls.py
- the_social_network/core/urls/searchUrls.py 7 additions, 0 deletionsthe_social_network/core/urls/searchUrls.py
- the_social_network/core/validation.py 34 additions, 0 deletionsthe_social_network/core/validation.py
- the_social_network/core/views/accountViews.py 204 additions, 0 deletionsthe_social_network/core/views/accountViews.py
Loading
Please register or sign in to comment