Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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