Initial commit with core project structure

This commit is contained in:
James Graham
2020-01-30 10:31:00 +00:00
commit ab1762c180
13 changed files with 346 additions and 0 deletions

5
people/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class PeopleConfig(AppConfig):
name = 'people'