Add bike app with base model.

This commit is contained in:
Drew Larson
2017-05-23 19:25:36 -06:00
parent 6701bfb05b
commit 77f4117821
10 changed files with 209 additions and 0 deletions
@@ -36,6 +36,7 @@ INSTALLED_APPS = [
'registration',
'core',
'bike',
]
MIDDLEWARE_CLASSES = [