Skip to content

Commit

Permalink
fix: attempt to make wurk
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 19, 2024
1 parent d3b4eda commit 5d21205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/pydotorg/settings/cabotage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from decouple import Csv

from app.pydotorg.settings.base import *
from .base import *

DEBUG = TEMPLATE_DEBUG = False

Expand Down
2 changes: 1 addition & 1 deletion app/pydotorg/settings/local.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from app.pydotorg.settings.base import *
from .base import *
import os

DEBUG = True
Expand Down
2 changes: 1 addition & 1 deletion app/pydotorg/settings/static.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from app.pydotorg.settings.base import *
from .base import *

DEBUG = TEMPLATE_DEBUG = False

Expand Down

0 comments on commit 5d21205

Please sign in to comment.