Clarify further

This commit is contained in:
decentral1se 2021-03-17 15:43:24 +01:00
parent 1abf4292bc
commit b47ee82bda
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 7 additions and 5 deletions

View File

@ -4,10 +4,12 @@
hacking on `djangoldp` then you need a Django project to test it. When you hacking on `djangoldp` then you need a Django project to test it. When you
follow this [setup follow this [setup
guide](https://git.startinblox.com/djangoldp-packages/djangoldp#setup-a-djangoldp-server), 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 you get asked to run `djangoldp initserver myldpserver` (where I changed
what you also see in this repository but with a working `setting.yml` file. If you create `myldpserver` to `startinblox-startinoff`) and what spits out is what you also
a virtual environment for `djangoldp` code then keep that virtual environment sourced and see in this repository but with a working `setting.yml` file. If you create a
you can then run `./manage.py` here in this project folder to test your changes. 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 ➜ startinblox tree -L 1

View File

@ -19,4 +19,4 @@ server:
MEDIA_ROOT: media MEDIA_ROOT: media
INSTALLED_APPS: INSTALLED_APPS:
- server - server
- djangoldp_crypto - djangoldp_crypto # only needed by decentral1se for #236