Skip to content

Commit

Permalink
restore manage.py to prev. known state
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course committed May 28, 2024
1 parent a1dab6a commit 0a2a1eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions backend/paycheck_core/src/paycheck/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@

import os
import sys
from pprint import pprint


def main():
"""Run administrative tasks."""
import pdb

# project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
# src_root = os.path.join(project_root, "src")
#
# if src_root not in sys.path:
# sys.path.append(src_root)

if src_root not in sys.path:
sys.path.append(src_root)

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.base")

try:
Expand Down

0 comments on commit 0a2a1eb

Please sign in to comment.