Skip to content

Commit fa1abb4

Browse files
committed
don't use a relative import
1 parent bcd4480 commit fa1abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ def process_exception(self, request, exception):
176176
# In git projects, this branch is usually be calles
177177
# "master"
178178

179-
from .local_settings import *
179+
from local_settings import *

0 commit comments

Comments
 (0)