From 12cf5905a545622da4bd1bc124432d41c0048c6a Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 18 Aug 2018 19:34:33 +0200 Subject: [PATCH] rm dupe'ed instruction --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6e79b223..b8df476d 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,6 @@ Is this for local development? Bootstrap the database with dummy data and users: (venv) $ src/manage.py bootstrap-devsite ``` -### Deploy camps+program test data - -Run this command to create a bunch of nice test data: - -``` -(venv) $ src/manage.py bootstrap-devsite -``` - ### Done Is this for local development? Start the Django devserver: