We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcb4038 + b5ef0c3 commit da1790cCopy full SHA for da1790c
README.md
@@ -4,6 +4,12 @@ Membership management for hacklabs. uses Python 3.4.
4
5
Uses django-environ for configurations, create `.env`-file in your project dir to override settings.
6
7
+## TL;DR
8
+
9
+Install docker and run the `docker/dev.sh` to set up a development enviroment. The script
10
+will mount the project directory inside the docker container so that all modifications in
11
+the `project/` take effect immediately.
12
13
## REST API
14
15
Access to all asylum models is available via REST (authentication required for reading as well).
0 commit comments