FlowDocs

Reset Password

Enter your email address and we'll send you a link to reset your password.

Back to Sign In

FlowDocs · © 2026 Coppin Grove Digital

Switch to Training (TRN) Environment

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:

  1. Stop Django server (Ctrl+C in terminal)
  2. Stop Celery worker (Ctrl+C in terminal)
  3. Restart Django: python manage.py runserver
  4. Restart Celery: celery -A config worker --loglevel=info

The .env file will be updated to use .env.training.