Claremont-HvZ-Web-Team / claremontHvZ

Code for the claremont HvZ website.
claremonthvz.org
4 stars 17 forks source link

Email Display #221

Closed hmc-cs-ctan closed 6 years ago

hmc-cs-ctan commented 6 years ago

We have created a page to display a list of comma-separated emails of players in the current game.

To access this page, go to http://www.claremonthvz.org/api/emails. Note: You must be signed in as a Django admin in order to access this page.

This is the only page we are confident in releasing. If there are merge conflicts, please ensure that you merge our changes to HVZ/HVZ/urls.py, HVZ/HVZ/api/views.py, and HVZ/HVZ/api/urls.py. Changes to all other files can be ignored for the time being.

HVZ/HVZ/settings.py was changed for our mailer app for sender's authentication, which we are still testing.

.gitignore and setup.py were changed for our convenience, and any changes to these files can be ignored.

After submitting this pull request, we realized that changing HVZ/HVZ/main/models.py was unnecessary. This can be ignored.