Humanitarian platform to help people help people
https://ayudapy.org
https://www.youtube.com/watch?v=vtIxkRnQxvk
- Python 3.8+
- Django 4.2+
- PostGIS 3.0+
- PostgreSQL 11+
- Gettext 0.19+
git clone git@github.com:melizeche/ayudapy.git
cd ayudapy
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
cp conf/.env.example conf/.env # you should edit this file with your configuration
./manage.py migrate
./manage.py compilemessages
./manage.py runserver
We use django-pipeline to handle CSS/JS assests, and this library requires yuglify. To install yuglify, issue the following:
npm -g install yuglify
The above command assumes that NPM is available.
git clone git@github.com:melizeche/ayudapy.git && cd ayudapy
cp conf/.env.example conf/.env # you should edit this file with your configuration
docker-compose up -d --build
docker-compose exec app ./manage.py migrate
- Check/Ask GitHub issues https://github.com/melizeche/ayudapy/issues
- If want you add/modify some string in the core app check the Internationalization/i18n Guide
- Any doubts?: Ask in the dev channel @ayudapy_dev in Telegram
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Add your name and git account to the Contributors section in this
README.md:D - Submit a pull request to
devbranch
- Marcelo Elizeche Landó https://github.com/melizeche
- Agustin Gomez Mansilla https://github.com/gomezag
- Alejandro Duque 🇨🇴 https://github.com/aleducode
- Axel Ferreira https://github.com/axelampro
- Blas Isaias Fernández https://github.com/BlasFerna
- Cabu Vallejos https://github.com/cabupy
- Diego Allen https://github.com/dalleng
- Diego Schulz https://github.com/dschulz
- Diosnel Velázquez https://github.com/diosnelv
- Felipe Hermosilla https://github.com/felipehermosilla
- Félix Pedrozo https://github.com/X1lef
- Grosip https://github.com/grosip
- Guillermo Caballero https://github.com/Guillecaba
- Jean Claude Adams https://github.com/jcroot
- Jesus Alderete https://github.com/jesus-bucksapp
- Joaquín Olivera https://github.com/joaquinolivera
- Jorge Ramírez https://github.com/jorgeramirez
- Juan Hüttemann https://github.com/juanhuttemann
- Leonardo Carreras https://github.com/leocarreras
- Manuel Nuñez https://github.com/manununhez
- Mauricio Medina https://github.com/mauri-medina
- Miguel Báez https://github.com/migueljoba
- Osbarge https://github.com/osbarge
- Pablo Santa Cruz https://github.com/pablo
- Documentation
- Tests
- See Github Issues https://github.com/melizeche/ayudapy/issues
- iOS app
- Android app
- Argentina Por Vos fork
This project is licensed under the terms of the GNU Affero General Public License v3.0 - see the LICENSE file for details

