GetTogether/get_together/tests/__init__.py
Briar Rose Schreiber 2951309f9c Issue 65: Team About Page
Addresses #65

* Added a team about page.
* The page is rendered at /<team_slug>/about/.
* If the about_page field is None, then the user is redirected to the team
  page.
* A link was added from the team page to view the about page
* A link on the about page was added to return to the team page
* Tests of redirect functionality were added
2018-07-01 15:53:56 -07:00

6 lines
131 B
Python

from django.test import TestCase
from .events import *
from .event_reminder import *
from .speakers import *
from .teams import *