All Projects → melizeche → Ayudapy

melizeche / Ayudapy

Licence: gpl-3.0
Platform to help people help people

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ayudapy

Dwitter
Social network for short js demos
Stars: ✭ 618 (+682.28%)
Mutual labels:  hacktoberfest, django
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+37494.94%)
Mutual labels:  hacktoberfest, django
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: ✭ 830 (+950.63%)
Mutual labels:  hacktoberfest, django
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (+634.18%)
Mutual labels:  hacktoberfest, django
Sapl
Sistema de Apoio ao Processo Legislativo
Stars: ✭ 63 (-20.25%)
Mutual labels:  hacktoberfest, django
Graphite Web
A highly scalable real-time graphing system
Stars: ✭ 5,384 (+6715.19%)
Mutual labels:  hacktoberfest, django
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+967.09%)
Mutual labels:  hacktoberfest, django
Openwisp Controller
Network and WiFi controller: provisioning, configuration management and updates, (pull via openwisp-config or push via SSH), x509 PKI management and more. Mainly OpenWRT, but designed to work also on other systems.
Stars: ✭ 377 (+377.22%)
Mutual labels:  hacktoberfest, django
Django Cms
The easy-to-use and developer-friendly enterprise CMS powered by Django
Stars: ✭ 8,522 (+10687.34%)
Mutual labels:  hacktoberfest, django
Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: ✭ 1,098 (+1289.87%)
Mutual labels:  hacktoberfest, django
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (+496.2%)
Mutual labels:  hacktoberfest, django
Openwisp Network Topology
Network topology collector and visualizer. Collects network topology data from dynamic mesh routing protocols or other popular networking software like OpenVPN, allows to visualize the network graph, save daily snapshots that can be viewed in the future and more.
Stars: ✭ 67 (-15.19%)
Mutual labels:  hacktoberfest, django
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (+484.81%)
Mutual labels:  hacktoberfest, django
Django Stubs
PEP-484 stubs for Django
Stars: ✭ 611 (+673.42%)
Mutual labels:  hacktoberfest, django
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (+462.03%)
Mutual labels:  hacktoberfest, bulma
Strawberry
A new GraphQL library for Python 🍓
Stars: ✭ 891 (+1027.85%)
Mutual labels:  hacktoberfest, django
Django X509
Reusable django app implementing x509 PKI certificates management
Stars: ✭ 326 (+312.66%)
Mutual labels:  hacktoberfest, django
Bulma Admin Dashboard Template
🐝 Free admin dashboard template with bulma css
Stars: ✭ 327 (+313.92%)
Mutual labels:  hacktoberfest, bulma
Bedrock
Making mozilla.org awesome, one pebble at a time
Stars: ✭ 953 (+1106.33%)
Mutual labels:  hacktoberfest, django
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+1349.37%)
Mutual labels:  hacktoberfest, django

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].