No description
Find a file
CamTheGeek 955de2544e aeonfunding update for wownero
a lot more generic; a lot more configurable; UI goodness with accounting; wallet account support for ezmode
2018-09-05 18:27:26 -04:00
funding aeonfunding update for wownero 2018-09-05 18:27:26 -04:00
.gitignore Initial commit 2018-06-27 01:16:29 +02:00
LICENSE wtf 2018-09-01 13:32:02 -05:00
README.md wtf 2018-09-01 13:32:02 -05:00
requirements.txt Update requirements.txt 2018-08-18 21:53:55 +02:00
run_dev.py aeonfunding update for wownero 2018-09-05 18:27:26 -04:00
settings.py_example aeonfunding update for wownero 2018-09-05 18:27:26 -04: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

© 2018 WTFPL Do What the Fuck You Want to Public License