Closed cwdavies closed 4 years ago
The items that were in the teachers_digital_platform/__tests__/
folder pertain to the activity search interface, not the CR Tool, and should not be moved into the crtool/
folder.
The items that were in the
teachers_digital_platform/__tests__/
folder pertain to the activity search interface, not the CR Tool, and should not be moved into thecrtool/
folder.
Moved __tests__
folder from crtool
folder into teachers_digital_platform
folder
We want to migrate the Wagtail-dependent portions of the teachers-digital-platform app into cfgov-refresh to reduce complexity that the circular dependency between cfgov-refresh and teachers-digital-platform creates. This, the isolation of crtool into its own Django app, is a first step along that path.
Additions
Testing
./setup.sh
develop-apps
folder orpip install -e
Add the following to
cfgov/cfgov/urls.py
:crtool
toINSTALLED_APPS
incfgov-refresh/cfgov/cfgov/settings/base.py
Todos
In future PRs:
Checklist