You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Virtualenv is not required (but it's better to use it)
sudo pip3 install virtualenv
mkdir ~/.virtualenvs/
virtualenv ~/.virtualenvs/web.refugee.info -p <path>/python3.5
Configuring App
source ~/.virtualenvs/web.refugee.info/bin/activate # if you installed
pip install -r requirements.txt
cp root/localsettings.example.py root/localsettings.py
Setting up your django environment
./manage.py runserver
Code style
source ~/.virtualenvs/web.refugee.info/bin/activate # if you installed
pip install flake8
git diff origin/master | flake8 --diff