-
- Downloads
Added basic logging configuration. Enabled karma tests. Reverted changes
to User model - It is now possible to run tests in the frontend. - The backend authentication uses AbstractUser instead of AbsstractBaseuser
parent
a7403bc5
No related branches found
No related tags found
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
Showing
- backend/core/admin.py 8 additions, 74 deletionsbackend/core/admin.py
- backend/core/migrations/0002_auto_20171110_1612.py 79 additions, 0 deletionsbackend/core/migrations/0002_auto_20171110_1612.py
- backend/core/models.py 10 additions, 64 deletionsbackend/core/models.py
- backend/core/serializers.py 0 additions, 1 deletionbackend/core/serializers.py
- backend/core/views/api.py 4 additions, 0 deletionsbackend/core/views/api.py
- backend/grady/settings/default.py 49 additions, 0 deletionsbackend/grady/settings/default.py
- frontend/package.json 3 additions, 1 deletionfrontend/package.json
- frontend/test/unit/index.js 1 addition, 0 deletionsfrontend/test/unit/index.js
- frontend/test/unit/karma.conf.js 0 additions, 4 deletionsfrontend/test/unit/karma.conf.js
- frontend/test/unit/specs/Hello.spec.js 12 additions, 7 deletionsfrontend/test/unit/specs/Hello.spec.js
- frontend/test/unit/specs/Login.spec.js 8 additions, 0 deletionsfrontend/test/unit/specs/Login.spec.js
- frontend/yarn.lock 22 additions, 3 deletionsfrontend/yarn.lock
Loading
Please register or sign in to comment