Skip to content

Commit 846f175

Browse files
authored
Merge pull request #51 from DevOps-Cloud-Team5/misc-max
Misc max
2 parents 8a5737e + 035bc00 commit 846f175

File tree

6 files changed

+3776
-6
lines changed

6 files changed

+3776
-6
lines changed

.github/workflows/cd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
chmod +x ./getEnv.sh && ./getEnv.sh
5151
python manage.py migrate
5252
53-
- name: Run DB migrations
54-
run: |
55-
source venv/bin/activate
56-
chmod +x ./getEnv.sh && ./getEnv.sh
57-
python manage.py migrate
58-
5953
- name: Run API Tests
6054
run: |
6155
source venv/bin/activate

api/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'django.contrib.sessions',
8080
'django.contrib.messages',
8181
'django.contrib.staticfiles',
82+
'django_extensions',
8283
'corsheaders',
8384
'rest_framework',
8485
'django_rest_passwordreset',

0 commit comments

Comments
 (0)