We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23355e5 commit 124586eCopy full SHA for 124586e
example/coffee/management/commands/import_flavors.py
@@ -7,7 +7,7 @@
7
8
class Command(BaseCommand):
9
def handle(self, *args, **options):
10
- with open("example/coffee/management/commands/coffee-flavors.csv", "r") as f:
+ with open("example/coffee/management/commands/flavors.csv", "r") as f:
11
csv_reader = csv.reader(f)
12
13
for row in csv_reader:
0 commit comments