You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
wowario 00d4ed9261
wtf
6 years ago
wowfunding Show messagebox about posting images 6 years ago
.gitignore Initial commit 6 years ago
LICENSE wtf 6 years ago
README.md wtf 6 years ago
requirements.txt Update requirements.txt 6 years ago
run_dev.py Initial commit 6 years ago
settings.py_example SECRETS variable was missing from settings.py 6 years ago

README.md

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