Closed higs4281 closed 6 years ago
How do I test? ./standalone_setup.sh
?
Also, @mistergone is in here right now testing my PR, so might be easy for him to try.
You can test the migration by running migrate:
./manage.py migrate
If that succeeds, then loading data should work as well.
./manage.py loaddata collegedata
(loaddata takes a minute)
If you've recently worked on cfgov-refresh, you may need to unset DJANGO_SETTINGS_MODULE, which might get in your way.
unset DJANGO_SETTINGS_MODULE
This just allows local data migrations to sidestep an error that can crop up while setting up a standalone version. It shouldn't affect any other operations.