A django-based app to track your service hours on the web
This is the version of AtYourService to run on a school domain
For the future standalone website, go here
DATABASES
STATIC_ROOT
STATICFILES_DIRS
TEMPLATE_DIRS
EMAIL_BACKEND
DEFAULT_FROM_EMAIL
LOGGING
CACHES
ALLOWED_HOSTS
SECRET_KEY
ADMINS
MANAGERS
SCHOOL_NAME
SCHOOL_NAME_SHORT
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
Initial release. Corresponds with AtYourService v0.1.0
- [+] User account manipula tion
- [+] Email notification
- [+] Organization manipulation and administration
- [+] Confirmation of user attendance
- [+] Email verification
- [+] NHS Admin page:
- view reports of students
- disapprove of bad events
- demerits
- [+] Travis CI/Coveralls
- [+] Member vs. Candidate rules and tracking
- [+] Monthly rules for members
- [+] Login with Google
- [+] Organizers can earn hours on their events
- [fix] Visual stuff
- [fix] logged in users going to /signup/social
- [fix] org admin change on nhs list page