##// END OF EJS Templates
Use generic django sessions, not specifically neboard ones
neko259 -
r2068:24da88f2 default
parent child Browse files
Show More
@@ -15,7 +15,7 b' from django.utils import timezone'
15 from django.utils.translation import ugettext_lazy as _
15 from django.utils.translation import ugettext_lazy as _
16
16
17 import boards
17 import boards
18 from neboard import settings
18 from django.conf import settings
19 from boards.abstracts.constants import FILE_DIRECTORY
19 from boards.abstracts.constants import FILE_DIRECTORY
20 from boards.settings import get_bool, SECTION_FORMS
20 from boards.settings import get_bool, SECTION_FORMS
21
21
@@ -3,7 +3,7 b' from django.conf.urls import include, ur'
3 # Uncomment the next two lines to enable the admin:
3 # Uncomment the next two lines to enable the admin:
4 from django.conf.urls.static import static
4 from django.conf.urls.static import static
5 from django.contrib import admin
5 from django.contrib import admin
6 from neboard import settings
6 from django.conf import settings
7
7
8 from boards.views.not_found import NotFoundView
8 from boards.views.not_found import NotFoundView
9
9
General Comments 0
You need to be logged in to leave comments. Login now