Merge pull request #270 from benjaoming/readmeerr

rm dupe'ed instruction
This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-18 20:09:52 +02:00 committed by GitHub
commit 24cc84dcd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: