From 73b2bdebabc4564b1ee3d9830a683f2036ddcbe2 Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 23 Dec 2016 19:03:04 +0100 Subject: [PATCH] [Timesheet] : url to api --- app/local_settings.py | 3 +++ .../network/management/commands/import-figgo-id.py | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/local_settings.py b/app/local_settings.py index 90be2cae..3664849c 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -264,3 +264,6 @@ if not os.path.exists(PROJECT_DEMOS_DIR): FORMAT_MODULE_PATH = [ 'organization.formats', ] + +# FIGGO API - Lucca +FIGGO_API_URL_PROD='https://ircam.ilucca.net/' diff --git a/app/organization/network/management/commands/import-figgo-id.py b/app/organization/network/management/commands/import-figgo-id.py index c6d637b6..f6cf065c 100644 --- a/app/organization/network/management/commands/import-figgo-id.py +++ b/app/organization/network/management/commands/import-figgo-id.py @@ -20,9 +20,6 @@ # along with this program. If not, see . import requests -import json -import unicodedata -from requests.auth import HTTPBasicAuth from optparse import make_option from django.conf import settings from django.core.management.base import BaseCommand, CommandError -- 2.39.5