You are about to switch from Production (PRD) to Training (TRN).
Switching to Training Environment
Training environment uses test data. Safe for development and testing.
After switching, you must restart:
- Stop Django server (Ctrl+C in terminal)
- Stop Celery worker (Ctrl+C in terminal)
- Restart Django:
python manage.py runserver
- Restart Celery:
celery -A config worker --loglevel=info
The .env file will be updated to use .env.training.