mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Include registrar in installed apps (#95)
* Include registrar in installed apps * Fix linter error
This commit is contained in:
parent
8b7cd20d1f
commit
49cf72fee2
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue