Merge branch 'feature/provenance' into 'master'
Feature/provenance See merge request NCER-PD/scheduling-system!229
Showing
- requirements.txt 1 addition, 1 deletionrequirements.txt
- smash/web/forms/appointment_form.py 58 additions, 3 deletionssmash/web/forms/appointment_form.py
- smash/web/migrations/0141_auto_20200319_1040.py 20 additions, 0 deletionssmash/web/migrations/0141_auto_20200319_1040.py
- smash/web/migrations/0142_provenance.py 29 additions, 0 deletionssmash/web/migrations/0142_provenance.py
- smash/web/migrations/0143_auto_20200319_1121.py 20 additions, 0 deletionssmash/web/migrations/0143_auto_20200319_1121.py
- smash/web/migrations/0144_auto_20200319_1221.py 26 additions, 0 deletionssmash/web/migrations/0144_auto_20200319_1221.py
- smash/web/migrations/0145_auto_20200319_1404.py 20 additions, 0 deletionssmash/web/migrations/0145_auto_20200319_1404.py
- smash/web/migrations/0146_auto_20200319_1446.py 21 additions, 0 deletionssmash/web/migrations/0146_auto_20200319_1446.py
- smash/web/migrations/0147_auto_20200320_0931.py 20 additions, 0 deletionssmash/web/migrations/0147_auto_20200320_0931.py
- smash/web/migrations/0148_auto_20200319_1301.py 1 addition, 1 deletionsmash/web/migrations/0148_auto_20200319_1301.py
- smash/web/migrations/0149_auto_20200319_1415.py 1 addition, 1 deletionsmash/web/migrations/0149_auto_20200319_1415.py
- smash/web/migrations/0150_auto_20200319_1446.py 1 addition, 1 deletionsmash/web/migrations/0150_auto_20200319_1446.py
- smash/web/migrations/0151_auto_20200319_1518.py 1 addition, 1 deletionsmash/web/migrations/0151_auto_20200319_1518.py
- smash/web/migrations/0152_add_permissions_to_existing_workers.py 1 addition, 1 deletion...eb/migrations/0152_add_permissions_to_existing_workers.py
- smash/web/migrations/0153_auto_20200320_0932.py 1 addition, 1 deletionsmash/web/migrations/0153_auto_20200320_0932.py
- smash/web/models/__init__.py 1 addition, 0 deletionssmash/web/models/__init__.py
- smash/web/models/provenance.py 44 additions, 0 deletionssmash/web/models/provenance.py
- smash/web/models/subject.py 8 additions, 1 deletionsmash/web/models/subject.py
- smash/web/templates/provenance/breadcrumb.html 2 additions, 0 deletionssmash/web/templates/provenance/breadcrumb.html
- smash/web/templates/provenance/list.html 70 additions, 0 deletionssmash/web/templates/provenance/list.html
pycurl==7.43.0.2 | |||
asn1crypto==0.24.0 | asn1crypto==0.24.0 | ||
Babel==2.6.0 | Babel==2.6.0 | ||
backports.functools-lru-cache==1.5 | backports.functools-lru-cache==1.5 | ||
... | @@ -36,7 +37,6 @@ phonenumberslite==8.9.14 | ... | @@ -36,7 +37,6 @@ phonenumberslite==8.9.14 |
Pillow==3.4.2 | Pillow==3.4.2 | ||
psycopg2==2.7.6.1 | psycopg2==2.7.6.1 | ||
pycparser==2.19 | pycparser==2.19 | ||
pycurl==7.43.0.2 | |||
pyexcel==0.5.3 | pyexcel==0.5.3 | ||
pyexcel-io==0.5.9.1 | pyexcel-io==0.5.9.1 | ||
pyexcel-webio==0.1.4 | pyexcel-webio==0.1.4 | ||
... | ... |
smash/web/migrations/0142_provenance.py
0 → 100644
smash/web/models/provenance.py
0 → 100644
smash/web/templates/provenance/list.html
0 → 100644
Please register or sign in to comment