Show More
@@ -15,7 +15,7 b' from django.utils import timezone' | |||
|
15 | 15 | from django.utils.translation import ugettext_lazy as _ |
|
16 | 16 | |
|
17 | 17 | import boards |
|
18 |
from |
|
|
18 | from django.conf import settings | |
|
19 | 19 | from boards.abstracts.constants import FILE_DIRECTORY |
|
20 | 20 | from boards.settings import get_bool, SECTION_FORMS |
|
21 | 21 |
@@ -3,7 +3,7 b' from django.conf.urls import include, ur' | |||
|
3 | 3 | # Uncomment the next two lines to enable the admin: |
|
4 | 4 | from django.conf.urls.static import static |
|
5 | 5 | from django.contrib import admin |
|
6 |
from |
|
|
6 | from django.conf import settings | |
|
7 | 7 | |
|
8 | 8 | from boards.views.not_found import NotFoundView |
|
9 | 9 |
General Comments 0
You need to be logged in to leave comments.
Login now