RETIRED, this project was merged into a single ara repository
Go to file
Guillaume Vincent 3d42296683
Remove DRF nested router and make api flat
Change-Id: Ib71519b9fab19d58b23467b811bc7aa482c1455b
2018-03-29 12:36:20 -04:00
api Remove DRF nested router and make api flat 2018-03-29 12:36:20 -04:00
ara Remove DRF nested router and make api flat 2018-03-29 12:36:20 -04:00
scripts 💥 first commit 2018-03-29 12:36:14 -04:00
standalone Test a standalone script to use Django ORM without running webserver 2018-03-29 12:36:18 -04:00
.editorconfig 💥 first commit 2018-03-29 12:36:14 -04:00
.gitignore 💥 first commit 2018-03-29 12:36:14 -04:00
.gitreview Added .gitreview 2018-03-27 11:35:47 +00:00
.travis.yml 💥 first commit 2018-03-29 12:36:14 -04:00
LICENSE 💥 first commit 2018-03-29 12:36:14 -04:00
README.md 💥 first commit 2018-03-29 12:36:14 -04:00
manage.py 💥 first commit 2018-03-29 12:36:14 -04:00
requirements.txt Remove DRF nested router and make api flat 2018-03-29 12:36:20 -04:00
test-requirements.txt 💥 first commit 2018-03-29 12:36:14 -04:00

README.md

ara django

requirements

python3

install

create virtual env

./scripts/createvenv.sh

start

run test server

./scripts/runserver.sh

then visit http://127.0.0.1:8000/api/v1/

tests

./scripts/test.sh