From 29f062682836b5001e50a79fde3f8b0866c34fd0 Mon Sep 17 00:00:00 2001 From: Klaas Hoekema Date: Tue, 17 Dec 2024 14:55:49 -0500 Subject: [PATCH] fixup! Update and clarify README, esp for non-Vagrant users --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81aa56bb..fe2f6bc0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ To start the application containers, run: ### Using the development app The migrations that get run by `scripts/update` will add a default admin user: -Username: systems+pfb@azavea.com + +Username: systems+pfb@azavea.com
Password: root These credentials will work to log in to either the front-end admin (http://localhost:9301/#/login/) or the Django Rest Framework development interface (http://localhost:9200/api/).