Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.26 KB

ayudaPy

Platform to help people help people

URL

https://ayudapy.org

Requirements

  • Python 3.6+
  • Django 2.2+
  • PostGIS 3.0+

Install

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

git clone git@github.com:melizeche/ayudapy.git
cd ayudapy
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
cp conf/settings.py.example conf/settings.py # you should edit this file with your configuration
./manage.py migrate
./manage.py runserver

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. Submit a pull request :D

Author

Contributors / Thanks

TODO

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

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