We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python 3.7 and pipenv
sudo apt install pipenv git
git clone [email protected]:TampereHacklab/mylysa.git cd mylysa pipenv shell pipenv install ./manage.py makemigrations ./manage.py migrate ./manage.py createsuperuser ./manage.py compilemessages ./manage.py loaddata memberservices ./manage.py runserver
and browse to http://127.0.0.1:8000/www