provision_inner: Add a reminder to check for production needs.

This script is not run in production. Help developers remind
that.
This commit is contained in:
Aman Agrawal 2023-10-04 20:44:32 +00:00 committed by Tim Abbott
parent 2ec8273c6e
commit a6fbf570cd
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
#!/usr/bin/env python3
############################## NOTE ################################
# This script is used to provision a development environment ONLY.
# Use update-prod-static to generate static assets for production.
####################################################################
import argparse
import glob
import os