Fix missing directory (unneeded)

This commit is contained in:
Seamus Johnston 2023-04-21 11:25:50 -05:00
parent ff8b89fa13
commit e386a039b2
No known key found for this signature in database
GPG key ID: 2F21225985069105

View file

@ -167,7 +167,6 @@ STATIC_ROOT = BASE_DIR / "registrar" / "public"
STATICFILES_DIRS = [
BASE_DIR / "registrar" / "assets",
BASE_DIR / "epplibwrapper" / "assets",
]
TEMPLATES = [