url to npm dependencies is prefixed
parent
e1ee4fb9
No related branches found
No related tags found
Showing
- requirements.txt 2 additions, 1 deletionrequirements.txt
- smash/smash/settings.py 2 additions, 0 deletionssmash/smash/settings.py
- smash/web/templates/_base.html 12 additions, 12 deletionssmash/web/templates/_base.html
- smash/web/templates/appointment_types/add_edit.html 2 additions, 2 deletionssmash/web/templates/appointment_types/add_edit.html
- smash/web/templates/appointment_types/confirm_delete.html 2 additions, 2 deletionssmash/web/templates/appointment_types/confirm_delete.html
- smash/web/templates/appointment_types/index.html 3 additions, 3 deletionssmash/web/templates/appointment_types/index.html
- smash/web/templates/appointments/add.html 10 additions, 10 deletionssmash/web/templates/appointments/add.html
- smash/web/templates/appointments/confirm_delete.html 2 additions, 2 deletionssmash/web/templates/appointments/confirm_delete.html
- smash/web/templates/appointments/details.html 3 additions, 3 deletionssmash/web/templates/appointments/details.html
- smash/web/templates/appointments/edit.html 3 additions, 3 deletionssmash/web/templates/appointments/edit.html
- smash/web/templates/appointments/index.html 6 additions, 6 deletionssmash/web/templates/appointments/index.html
- smash/web/templates/appointments/list.html 3 additions, 3 deletionssmash/web/templates/appointments/list.html
- smash/web/templates/configuration/index.html 4 additions, 4 deletionssmash/web/templates/configuration/index.html
- smash/web/templates/contact_attempt/add.html 2 additions, 2 deletionssmash/web/templates/contact_attempt/add.html
- smash/web/templates/contact_attempt/edit.html 2 additions, 2 deletionssmash/web/templates/contact_attempt/edit.html
- smash/web/templates/custom_study_subject_field/add_edit.html 2 additions, 2 deletionssmash/web/templates/custom_study_subject_field/add_edit.html
- smash/web/templates/daily_planning.html 12 additions, 12 deletionssmash/web/templates/daily_planning.html
- smash/web/templates/doctors/add.html 2 additions, 2 deletionssmash/web/templates/doctors/add.html
- smash/web/templates/doctors/add_holiday.html 1 addition, 1 deletionsmash/web/templates/doctors/add_holiday.html
- smash/web/templates/doctors/change_password.html 1 addition, 1 deletionsmash/web/templates/doctors/change_password.html
... | ... | @@ -14,6 +14,7 @@ django-common-helpers==0.9.2 |
django-cron==0.5.1 | ||
django-excel==0.0.10 | ||
django-formtools==2.2 | ||
django-npm==1.0.0 | ||
django-otp==1.0.2 | ||
django-phonenumber-field==5.0.0 | ||
django-stronghold==0.4.0 | ||
... | ... | @@ -60,4 +61,4 @@ whitenoise==5.2.0 |
xlrd==1.2.0 | ||
xlwt==1.3.0 | ||
parameterized==0.7.4 | ||
setuptools==50.3.2 | ||
\ No newline at end of file | ||
setuptools==50.3.2 |
Please register or sign in to comment