From fc5436039d89972daea989b6a661cee4217a898d Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:06:05 -0600 Subject: [PATCH] Stuff --- src/epplibwrapper/client.py | 3 +-- src/registrar/config/settings.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/epplibwrapper/client.py b/src/epplibwrapper/client.py index 4f393aa0c..812760330 100644 --- a/src/epplibwrapper/client.py +++ b/src/epplibwrapper/client.py @@ -81,8 +81,7 @@ class EPPLibWrapper: self.pool_status = PoolStatus() if start_connection_pool: - pass - #self.start_connection_pool() + self.start_connection_pool() def _send(self, command): """Helper function used by `send`.""" diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index fd3893617..6c7f32de6 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -78,6 +78,7 @@ DEBUG = env_debug # Installing them here makes them available for execution. # Do not access INSTALLED_APPS directly. Use `django.apps.apps` instead. INSTALLED_APPS = [ + "epplibwrapper", # let's be sure to install our own application! # it needs to be listed before django.contrib.admin # otherwise Django would find the default template