mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
Stuff
This commit is contained in:
parent
faa35613e2
commit
fc5436039d
2 changed files with 2 additions and 2 deletions
|
@ -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`."""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue