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

3
activities/admin.py Normal file
View File

@@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.