Skip to content
Snippets Groups Projects
Verified Commit 0bac5851 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Rename imports.

parent f3596540
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import os
import subprocess
from debug.models import register_log_with_filename
from schoolapps.settings import BASE_DIR
from aleksis.settings import BASE_DIR
# from .models import register_log_with_filename
......
import os
import subprocess
import inspect # delete this line
from django.template.loader import render_to_string
from schoolapps.settings import BASE_DIR
from aleksis.settings import BASE_DIR
from debug.models import register_log_with_filename
LOGO_FILENAME = os.path.join(BASE_DIR, "static", "common", "logo.png")
......
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