rm some unused code

This commit is contained in:
Kiara Grouwstra 2025-04-17 12:52:44 +02:00
parent a4a2c8c4c1
commit 3f516da411

View file

@ -10,18 +10,14 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.2/ref/settings/ https://docs.djangoproject.com/en/4.2/ref/settings/
""" """
import re
import sys import sys
import os import os
import json
import importlib.util import importlib.util
import dj_database_url import dj_database_url
from os import environ as env from os import environ as env
from pathlib import Path from pathlib import Path
STORE_PATTERN = re.compile("^/nix/store/[^/]+$")
# Build paths inside the project like this: BASE_DIR / 'subdir'. # Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent