• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    JavaScript
  • License
    GNU Affero Genera...
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Humanitarian platform to help people help people

ayudaPy

Platform to help people help people

URL

https://ayudapy.org

Requirements

  • Python 3.6+
  • Django 2.2+
  • PostGIS 3.0+
  • PostgreSQL 11+
  • Gettext 0.19+

Install

GeoDjango https://kitcharoenp.github.io/gis/2018/06/12/geodjango_installation.html

git clone [email protected]: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.

Install using docker-compose

git clone [email protected]: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

Want to help?

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Add your name and git account to the Contributors section in this README.md :D
  6. Submit a pull request to dev branch

Author

Contributors / Thanks

TODO

Apps / Related projects

License

This project is licensed under the terms of the GNU General Public License v3.0 - see the LICENSE file for details

More Repositories

1

AireLibre

AireLibre is a community response to the need to know about air quality in a free, collaborative and decentralized way.
HTML
59
star
2

dolarPy

Checks USD/PYG exchange rate from several sites, with a calculator, RESTful API and a twitter bot
HTML
58
star
3

listaHu

A crowdsourced platform to blacklist sms spammers and blackmailers
CSS
41
star
4

comentaBOT

Twitter bot made using Markov Chains and powered through nonsensical garbage from the comments section of a local newspaper
Python
21
star
5

ecomfree

Experimento de crear un sitio web de ecommerce desde cero
Python
6
star
6

internetMonitor

A little python script for checking internet connection every minute and report the result in a nice damn simple html file
JavaScript
6
star
7

Battery-Health

Desktop application made with Qt that shows notebook battery stats and health
Python
6
star
8

bootcamp_material

Material del bootcamp
Python
5
star
9

linkaBot

bot for airelib.re
Python
4
star
10

heartbleedpy

Utilidad para saber si la fecha de emision del certificado es posterior al parche de la vulnerabilidad Heartbleed
CSS
4
star
11

dolarpy-wrapper-python

API wrapper for DolarPy
Python
3
star
12

django_libros

Simple Django App to teach in bootcamps
Python
3
star
13

AireAsu

Twitter bot that tweet about the air quality in Asunción, Paraguay from different sources
Python
3
star
14

django_todo_template

Un "template" para comenzar a enseñar django
Python
3
star
15

TinyMBlog

A micro CMS for blogging powered by MongoDB+PHP
PHP
2
star
16

example

1
star
17

get-shorty

A simple URL shortener written in Flask
Python
1
star
18

rugbystats

Python
1
star
19

SummerSchool

Python
1
star
20

bitstarter

a wibbily wobbly timey wimey tiny little project
JavaScript
1
star
21

DemoChat

A little crappy chat in node.js
JavaScript
1
star
22

PINP-Multimedia-Downloader

Pinp is not P2P
Python
1
star
23

rest_contact

A simple contact list REST API
Python
1
star
24

FlaskUsersExample

Just an Register/Login example in Flask
Python
1
star
25

COMO

Solidarity with blockchain transparency
Python
1
star
26

flask_example

Python
1
star
27

pySTP

Python
1
star
28

dolarpy-wrapper-java

API wrapper for DolarPy https://github.com/melizeche/dolarPy
Java
1
star
29

rest_activity

A simple Activity List REST API
Python
1
star