Commits on Source (2)
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Using multiprocessing.Lock to synchronize access to creation of Assignment fixes #130
Showing
- core/views/subscription.py 9 additions, 5 deletionscore/views/subscription.py
- deploy.sh 2 additions, 2 deletionsdeploy.sh
- frontend/src/components/PasswordChangeDialog.vue 7 additions, 2 deletionsfrontend/src/components/PasswordChangeDialog.vue
- frontend/src/components/RegisterDialog.vue 9 additions, 3 deletionsfrontend/src/components/RegisterDialog.vue
- frontend/src/components/SubmissionTypesOverview.vue 2 additions, 2 deletionsfrontend/src/components/SubmissionTypesOverview.vue
- frontend/src/components/subscriptions/SubscriptionForList.vue 8 additions, 2 deletions...tend/src/components/subscriptions/SubscriptionForList.vue
- requirements.txt 0 additions, 1 deletionrequirements.txt
... | ... | @@ -5,7 +5,6 @@ djangorestframework~=3.8 |
git+https://github.com/robinhundt/djangorestframework-camel-case | ||
Django~=2.1 | ||
drf-yasg~=1.12.0 | ||
gevent~=1.3.0 | ||
gunicorn~=19.9.0 | ||
psycopg2-binary~=2.7.0 | ||
python-json-logger~=0.1.0 | ||
... | ... |