From 84927c914751ea6aa884071c6e0b3b9f7f1fecee Mon Sep 17 00:00:00 2001 From: Jona Azizaj Date: Mar 22 2018 00:36:11 +0000 Subject: Deleted README.rst --- diff --git a/README.rst b/README.rst deleted file mode 100644 index eede335..0000000 --- a/README.rst +++ /dev/null @@ -1,41 +0,0 @@ -Open-source Happiness Packets -============================= - -The Open-Source Happiness Packets project was created by `Sasha -Romijn `__ and `Mikey -Ariel `__ in March 2016. The idea came -about while we were building our `Healthy Minds in a Healthy -Community `__ presentation for -`Djangocon Europe 2016 `__. One -of the issues we wanted to address in the presentation was that many -people are unaware of how loved, appreciated, or admired they are by -their peers, since our culture seems to discourage positive feedback and -amplify negative feedback. With this project, we wanted to provide a -platform for people to send positive feedback, thanks, or just a kind -word to their peers, with hope to make it easier and more acceptable for -people to spread happiness, gratitude and appreciation in open-source -communities. - -The structure and format of the site is basic, and contributions are -welcome! - -To run this project or the tests, you need to set up a virtualenv, install the dev requirements and set -the correct ``DJANGO_SETTINGS_MODULE``, for example with:: - - virtualenv --no-site-packages --prompt='(happinesspackets)' virtualenv/ - source virtualenv/bin/activate - pip install -r requirements/dev.txt - export DJANGO_SETTINGS_MODULE=happinesspackets.settings.dev - ./t - -The ``t`` command is a very short shell script that runs the tests with the correct settings and reports on coverage. - -To run the integration tests:: - - ./manage.py test -v 2 -p integration_test*.py --settings=happinesspackets.settings.tsting - -This repository contains some documentation directly related to the code, built with Sphinx. To build the docs:: - - cd docs - make html - open _build/html/index.html