Skip to content

Commit

Permalink
Add missing settings import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurocon committed Sep 16, 2024
1 parent 8a7cda8 commit 5592657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions amelie/members/ajax_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import re

from django.conf import settings
from django.contrib import messages
from django.forms.models import inlineformset_factory
from django.http import JsonResponse
Expand Down
1 change: 1 addition & 0 deletions amelie/members/query_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from datetime import date
import csv

from django.conf import settings
from django.urls import reverse
from django.views import View
from django.views.generic import CreateView
Expand Down

0 comments on commit 5592657

Please sign in to comment.