Include registrar in installed apps (#95)

* Include registrar in installed apps

* Fix linter error
This commit is contained in:
Seamus Johnston 2022-09-02 13:17:25 +00:00 committed by GitHub
parent 8b7cd20d1f
commit 49cf72fee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,8 @@ INSTALLED_APPS = [
# (and any other places you specify) into a single location
# that can easily be served in production
"django.contrib.staticfiles",
# let's be sure to install our own application!
"registrar",
]
# Middleware are routines for processing web requests.