Core for the next generation LAN party manager
Clone project and cd into it
You will need openldap library:
# apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
TODO: test if it needs other package for python 3
# yum/dnf install python3-devel
# zypper install python3-devel
Create virtualenv and activate it:
$ virtualenv -p python3 venv
$ source venv/bin/activate
Install dependencies:
(venv)$ pip install -r requirement.txt
(venv)$ python manage.py makemigrations coreapp
(venv)$ python manage.py migrate
(venv)$ python manage.py createsuperuser
(venv)$ python manage.py runserver
<url>/o/applications/register/
client type : public
Authorization grant type : Resource owner password-based