From 1c75877f875e7cb10394e86f67bfdd351933e284 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 16 Apr 2022 20:46:43 +0530 Subject: [PATCH] template info --- DEPLOY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPLOY.md b/DEPLOY.md index de32f2a..cbbfb21 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -8,6 +8,10 @@ Deploy using nginx + uwsgi with an init system. ## Procedure +### templates + +* Update the templates for `/register` and `/verify` paths. + ### uwsgi commands and notes * `$ uwsgi -s /tmp/yourapplication.sock --manage-script-name --mount /yourapplication=myapp:app`