mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49: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()
|
self.pool_status = PoolStatus()
|
||||||
|
|
||||||
if start_connection_pool:
|
if start_connection_pool:
|
||||||
pass
|
self.start_connection_pool()
|
||||||
#self.start_connection_pool()
|
|
||||||
|
|
||||||
def _send(self, command):
|
def _send(self, command):
|
||||||
"""Helper function used by `send`."""
|
"""Helper function used by `send`."""
|
||||||
|
|
|
@ -78,6 +78,7 @@ DEBUG = env_debug
|
||||||
# Installing them here makes them available for execution.
|
# Installing them here makes them available for execution.
|
||||||
# Do not access INSTALLED_APPS directly. Use `django.apps.apps` instead.
|
# Do not access INSTALLED_APPS directly. Use `django.apps.apps` instead.
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
"epplibwrapper",
|
||||||
# let's be sure to install our own application!
|
# let's be sure to install our own application!
|
||||||
# it needs to be listed before django.contrib.admin
|
# it needs to be listed before django.contrib.admin
|
||||||
# otherwise Django would find the default template
|
# otherwise Django would find the default template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue