Official Website of the Chari Lake Hotel
- Python3.6+
- PIP
- Install PIP packages
pip install -r requirements.txt
- Make the database
python3 manage.py migrate
- Start dev server
python3 manage.py runserver
gcloud kms encrypt \
--key "chari-lake" \
--keyring git-secrets \
--location global \
--plaintext-file ".env" \
--ciphertext-file ".env.enc" \
--project "iconicto"
gcloud kms decrypt \
--key "chari-lake" \
--keyring git-secrets \
--location global \
--plaintext-file ".env" \
--ciphertext-file ".env.enc" \
--project "iconicto"