Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit 1f3aa62

Browse files
author
regisf
committed
Make private settings non dependent to settings
1 parent a3999cb commit 1f3aa62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Application/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"""
2222

2323
import os
24-
from .private_settings import *
2524

2625
ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
2726
ROOT_TEMPLATE_PATH = os.path.join(ROOT_PATH, "templates")

0 commit comments

Comments
 (0)