Some code to help kick off things
Go to file
trav b49f59e7b6 workinblox 2021-04-15 10:51:02 -04:00
server workinblox 2021-04-15 10:51:02 -04:00
.gitignore git ignore and minor webpush fix 2021-04-01 16:20:17 +01:00
README.md Clarify further 2021-03-17 15:43:24 +01:00
example-settings.yml Merge branch 'main' of ssh://git.autonomic.zone:2222/decentral1se/startinblox-startinoff into main 2021-04-07 10:23:36 -04:00
manage.py Init hacking 2021-03-17 15:33:34 +01:00

README.md

startinblox-startinoff

djangoldp is a Django app which you plug into a Django project. So, if you're hacking on djangoldp then you need a Django project to test it. When you follow this setup guide, 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
.
├── djangoldp (source .venv/bin/activate here and hack away)
└── startinblox-startinoff (run ./manage.py commands here which uses your djangoldp code)

2 directories, 0 files