This change adds admin.py and registers Message and BlacklistedEmail models in admin.py. It addresses the first point of #157. Django Admin Site is easily accessible to modify or enter models.
Metadata Update from @jflory7: - Pull-request tagged with: new change, type - backend, type - summer coding - Request assigned
@anasustic Great, this looks like a good start for #157. :thumbsup: Thanks for sticking through with it! Merging. :tada:
Pull-Request has been merged by jflory7
Great thanks for your patience with this PR @jflory7 :raised_hands: I closed the the other PR #194.
This change adds admin.py and registers Message and BlacklistedEmail models in admin.py.
It addresses the first point of #157.
Django Admin Site is easily accessible to modify or enter models.