Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ef1d5dd9 authored by GARNIER Laurent's avatar GARNIER Laurent
Browse files

Update __init__.py

parent 2e7c87fb
No related branches found
No related tags found
1 merge request!5Jupyter token 2021
import logging
import os
import time
import django.utils
import django.contrib
from django.conf import settings
from django.contrib import auth
from django.contrib.auth.models import User, AnonymousUser
from django.utils.crypto import get_random_string
# from django.contrib.auth import authenticate
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
from django.contrib.auth import authenticate
from django.contrib.auth.models import Permission, User
import requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment