forked from fediversity/fediversity
rm some unused code
This commit is contained in:
parent
a4a2c8c4c1
commit
3f516da411
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue