dodan folder resources
This commit is contained in:
Binary file not shown.
@@ -14,7 +14,7 @@ class Command(BaseCommand):
|
||||
Programatically create entries for plovidba_aplikacija model ObjektSigurnosti
|
||||
"""
|
||||
def handle(self, *args, **options):
|
||||
json_rpath = r'C:\Users\Student1\Desktop\plovidba\myenv\plovidba_projekt\plovidba_aplikacija\management\commands\testnipodaci.json'
|
||||
json_rpath = os.path.join(settings.RESOURCES_DIR, 'testnipodaci.json')
|
||||
|
||||
created_entries = 0
|
||||
existing_entries = 0
|
||||
|
||||
Reference in New Issue
Block a user