Skip to content

rloomans/new-teamtemp

 
 

Repository files navigation

new-teamtemp

Django Test Status Coverage Status codecov

This application is designed to gather 'team temperature' - that is, a happiness score.

For the sake of security, very little information is stored or recorded. Each submitter is represented by a random ID, and a cookie is stored so really only to protect against accidental double submissions from the same user with the same browser.

The results page are available to the creator using the same cookie mechanism, and also a password in case the cookie is lost.

Heroku One-click Deploy

Deploy

After you successfully deploy your app to Heroku, make sure that you add the following to the Heroku Scheduler as a daily job:

python bin/archive_scores.py

Also, if you want to access the Django admin site, add a super user using the heroku CLI:

heroku run --app <Your Heroku app name here> python manage.py createsuperuser --username <admin user> --email <admin email address>

and then go to https://<Your Heroku app name here>.herokuapp.com/djadmin/

About

Survey and summarise team happiness

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.6%
  • HTML 7.8%
  • Other 0.6%