Skip to content

Commit f8e0363

Browse files
committed
Fixed Makefile
1 parent 923bffc commit f8e0363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ loaddata-prod:
1515
make loaddata
1616

1717
dumpdata:
18-
@echo "=== Dumping $(PROD_DB_URL) ==="
18+
@echo "=== Dumping $(DATABASE_URL) ==="
1919
@pipenv run ./manage.py dumpdata --indent=2 -o $(BACKUP_JSON_FILE) #--traceback
2020

2121
loaddata:
22-
@echo "=== Restoring $(PROD_DB_URL) ==="
22+
@echo "=== Restoring $(DATABASE_URL) ==="
2323
@pipenv run ./manage.py flush
2424
@pipenv run ./manage.py loaddata $(BACKUP_JSON_FILE) -e contenttypes.contenttype -e auth.permission -e admin
2525

0 commit comments

Comments
 (0)