prije gemini provjere
This commit is contained in:
8
001.BACKEND/kupci/management/commands/hello_world.py
Normal file
8
001.BACKEND/kupci/management/commands/hello_world.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Any
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args: Any, **options: Any):
|
||||
print("hello world")
|
||||
Reference in New Issue
Block a user