diff --git a/README.md b/README.md index f91ad63..a0e537c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ hacking on `djangoldp` then you need a Django project to test it. When you follow this [setup guide](https://git.startinblox.com/djangoldp-packages/djangoldp#setup-a-djangoldp-server), -you get asked to run `djangoldp initserver myldpserver` and what spits out is -what you also see in this repository but with a working `setting.yml` file. If you create -a virtual environment for `djangoldp` code then keep that virtual environment sourced and -you can then run `./manage.py` here in this project folder to test your changes. +you get asked to run `djangoldp initserver myldpserver` (where I changed +`myldpserver` to `startinblox-startinoff`) and what spits out is what you also +see in this repository but with a working `setting.yml` file. If you create a +virtual environment for `djangoldp` code then keep that virtual environment +sourced and you can then run `./manage.py` here in this project folder to test +your changes. ``` ➜ startinblox tree -L 1 diff --git a/settings.yml b/settings.yml index c5d3c64..9c7f322 100644 --- a/settings.yml +++ b/settings.yml @@ -19,4 +19,4 @@ server: MEDIA_ROOT: media INSTALLED_APPS: - server - - djangoldp_crypto + - djangoldp_crypto # only needed by decentral1se for #236