feat(activities): Add Activity models

This commit is contained in:
James Graham
2020-02-14 09:55:56 +00:00
parent 6b426d2b39
commit db9859d9af
7 changed files with 77 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ THIRD_PARTY_APPS = [
FIRST_PARTY_APPS = [
'people',
'activities',
]
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + FIRST_PARTY_APPS