From 3f5e3766516d3e29bb6a23646bd1f4590f690d64 Mon Sep 17 00:00:00 2001 From: Klaas Hoekema Date: Tue, 17 Dec 2024 14:56:37 -0500 Subject: [PATCH] fixup! fixup! Update and clarify README, esp for non-Vagrant users --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe2f6bc0..71f5a276 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,10 @@ 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/).