-
- Downloads
Merge pull request #414 from OpenTechFund/feature/253-sealed-RFPs
Create the RFP interface and basic sealed round objects
No related branches found
No related tags found
Showing
- opentech/apply/funds/admin.py 20 additions, 5 deletionsopentech/apply/funds/admin.py
- opentech/apply/funds/admin_helpers.py 8 additions, 3 deletionsopentech/apply/funds/admin_helpers.py
- opentech/apply/funds/migrations/0037_refactor_funds_models.py 125 additions, 0 deletions...tech/apply/funds/migrations/0037_refactor_funds_models.py
- opentech/apply/funds/migrations/0038_recreate_objects_that_exist.py 51 additions, 0 deletions...pply/funds/migrations/0038_recreate_objects_that_exist.py
- opentech/apply/funds/migrations/0039_add_rfps_and_sealed_rounds.py 39 additions, 0 deletions...apply/funds/migrations/0039_add_rfps_and_sealed_rounds.py
- opentech/apply/funds/models/__init__.py 39 additions, 0 deletionsopentech/apply/funds/models/__init__.py
- opentech/apply/funds/models/applications.py 260 additions, 0 deletionsopentech/apply/funds/models/applications.py
- opentech/apply/funds/models/forms.py 94 additions, 0 deletionsopentech/apply/funds/models/forms.py
- opentech/apply/funds/models/submissions.py 8 additions, 452 deletionsopentech/apply/funds/models/submissions.py
- opentech/apply/funds/models/utils.py 132 additions, 0 deletionsopentech/apply/funds/models/utils.py
- opentech/apply/funds/tables.py 1 addition, 1 deletionopentech/apply/funds/tables.py
- opentech/apply/funds/tests/factories/models.py 20 additions, 20 deletionsopentech/apply/funds/tests/factories/models.py
- opentech/apply/home/models.py 1 addition, 1 deletionopentech/apply/home/models.py
- opentech/apply/review/tests/factories/models.py 11 additions, 12 deletionsopentech/apply/review/tests/factories/models.py
Loading
Please register or sign in to comment