Mentions légales du service

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

Update __init__.py

parent 5e5074b7
No related branches found
No related tags found
Loading
...@@ -5,6 +5,8 @@ import django.utils ...@@ -5,6 +5,8 @@ import django.utils
import django.contrib import django.contrib
from django.utils.crypto import get_random_string from django.utils.crypto import get_random_string
# from django.contrib.auth import authenticate # from django.contrib.auth import authenticate
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
from django.contrib.auth.models import Permission, User from django.contrib.auth.models import Permission, User
import requests 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