Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefftriplett/prorality
:ballot_box_with_check: Proposals + plurality = prorality (wip) :soon:
https://github.com/jefftriplett/prorality
django proposals python voting
Last synced: 5 days ago
JSON representation
:ballot_box_with_check: Proposals + plurality = prorality (wip) :soon:
- Host: GitHub
- URL: https://github.com/jefftriplett/prorality
- Owner: jefftriplett
- License: bsd-3-clause
- Created: 2017-11-17T19:12:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T21:34:35.000Z (over 3 years ago)
- Last Synced: 2024-05-02T06:14:00.196Z (7 months ago)
- Topics: django, proposals, python, voting
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Prorality
WIP Proposal and voting application. Prorality aims to handle proposals (internal or external) and will allow commenting and voting.
## Install
```shell
$ pipenv install
```## Environment variables
[direnv](https://direnv.net/) is handy for managing environment variables safely:
```shell
export ALLOWED_HOSTS=*
export DEBUG=True
export SECRET_KEY='make-one-up'
```## Running the app
```shell
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
```## Contributing?
All that I ask is that you use [styleguide-git-commit-message](https://github.com/slashsBin/styleguide-git-commit-message) style.
## Contact / Social Media
Here are a few ways to keep up with me online. If you have a question about this project, please consider opening a GitHub Issue.
[![](https://jefftriplett.com/assets/images/social/github.png)](https://github.com/jefftriplett)
[![](https://jefftriplett.com/assets/images/social/globe.png)](https://jefftriplett.com/)
[![](https://jefftriplett.com/assets/images/social/twitter.png)](https://twitter.com/webology)
[![](https://jefftriplett.com/assets/images/social/docker.png)](https://hub.docker.com/u/jefftriplett/)