Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto authored Feb 2, 2024
1 parent d702a61 commit 0d692c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
echo "SECRET_KEY = 'SECRET_KEY'" > sara/settings_local.py
echo "DEBUG = True" >> sara/settings_local.py
echo "ALLOWED_HOSTS = ['localhost', '127.0.0.1']" >> sara/settings_local.py
echo "DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'db.sqlite3' } }" >>sara/settings_local.py
echo "DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'db.sqlite3' } }" >> sara/settings_local.py
echo "POA_URL = 'https://meta.wikimedia.org/wiki/Wiki_Movement_Brazil_User_Group/Plan_of_Activities'" >> sara/settings_local.py
- name: Coverage report
run: |
pip install coverage
Expand Down

0 comments on commit 0d692c9

Please sign in to comment.