Skip to content

Commit

Permalink
Merge branch 'dev' into dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheenhyderk committed Dec 9, 2023
2 parents 2a05837 + c2632cf commit c19cc7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alter-scripts/alter-1.42.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
from decouple import config

from connection import execute
from utils.types import OrganizationType

os.chdir('..')
sys.path.append(os.getcwd())
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mulearnbackend.settings')
django.setup()

from collections import defaultdict
from utils.types import OrganizationType


def clg_levels_check():
Expand Down

0 comments on commit c19cc7e

Please sign in to comment.