This commit is contained in:
zandercymatics 2023-10-17 13:06:05 -06:00
parent faa35613e2
commit fc5436039d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -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`."""

View file

@ -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