Skip to content

aleducode/ayudapy

 
 

Repository files navigation

ayudaPy

Platform to help people help people

URL

https://ayudapy.org

Requirements

  • Python 3.6
  • Django 2.2
  • PostGIS 3.0
  • PostgreSQL 11

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 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

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

  • Documentation
  • Support geolocation
  • Captcha
  • Create models
  • Users(?)
  • Test

More in TODO.md

License

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

About

Platform to help people help people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • Python 40.6%
  • JavaScript 14.9%
  • Other 0.2%