Skip to content

Commit 714723f

Browse files
author
Josh Reynolds
committed
A couple of bug fixes in settings
1 parent 0a24f6e commit 714723f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ clean:
4747
build-docker:
4848
docker build . --tag class/api
4949

50-
# CD
50+
# Continous Delivery
5151
deploy: test integration-test build-docker
5252
kubectl delete pod -l app=api
5353
kubectl apply -f infrastructure/api.yml

api/backend/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
'corsheaders', # add this
4343
'rest_framework', # add this
4444
'todo',
45-
'stats',
4645
]
4746

4847

0 commit comments

Comments
 (0)