Skip to content

Commit

Permalink
feat: change see database path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew4Coding committed Oct 12, 2024
1 parent b3dd562 commit 141c265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/main/management/commands/reset_db.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from django.core.management.base import BaseCommand
from main.models import *
from modules.main.models import *

class Command(BaseCommand):
help = 'Seed data from json file'
Expand Down
2 changes: 1 addition & 1 deletion modules/main/management/commands/seed_db.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from django.core.management.base import BaseCommand
from main.models import *
from modules.main.models import *

class Command(BaseCommand):
help = 'Seed data from json file'
Expand Down

0 comments on commit 141c265

Please sign in to comment.