File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 137
137
'django.contrib.sessions' ,
138
138
'django.contrib.sites' ,
139
139
'django.contrib.messages' ,
140
- # 'ahmia',
140
+ 'ahmia' ,
141
141
# Uncomment the next line to enable the admin:
142
142
# 'django.contrib.admin',
143
143
# Uncomment the next line to enable admin documentation:
Original file line number Diff line number Diff line change 1
- import sys
2
1
import os
3
- import os . path
2
+ import sys
4
3
5
- sys .path .append (os .path .dirname (__file__ ))
6
- os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "ahmia.settings" )
4
+ sys .path .append ('/usr/local/lib/ahmia' )
7
5
6
+ # Path to the settings.py file
7
+ os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "ahmia.settings" )
8
8
# This application object is used by the development server
9
9
# as well as any WSGI server configured to use this file.
10
10
from django .core .wsgi import get_wsgi_application
You can’t perform that action at this time.
0 commit comments