No description
Find a file
2018-07-04 21:01:29 +02:00
wowfunding Admins can change proposal statuses, auto-add comment to the WFS when they do and changed some templates 2018-07-04 21:01:29 +02:00
.gitignore Initial commit 2018-06-27 01:16:29 +02:00
README.md Initial commit 2018-06-27 01:16:29 +02:00
requirements.txt Initial commit 2018-06-27 01:16:29 +02:00
run_dev.py Initial commit 2018-06-27 01:16:29 +02:00
settings.py_example Introduced a new proposal status: proposed. Moved some templates around and created macros. 2018-07-04 19:52:49 +02:00

WOW funding

installation (locally)

Create a Postgres user/database for this project

sudo apt install python-virtualenv python3 redis-server postgresql-server-dev-*
git clone ...
cd ffs_site
virtualenv -p /usr/bin/python3
source venv/bin/activate
pip install -r requirements.txt
cp settings.py_example settings.py
- change settings accordingly
python run_dev.py

to-do

  • rate limit posting of proposals per user

https://imgur.com/KKzFQe9 https://imgur.com/Dl3wRgD