Skip to content

Commit

Permalink
Regenerate example project
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Sep 14, 2024
1 parent f4cf5ab commit c3ee16a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"addons": ["heroku-postgresql:in-dyno"],
"scripts": {
"test-setup": "python manage.py collectstatic --no-input",
"test": "flake8 . && pytest"
"test": "flake8 && pytest"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/example/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Django settings for example project.
Generated by 'django-admin startproject' using Django 5.1.
Generated by 'django-admin startproject' using Django 5.1.1.
For more information on this file, see
https://docs.djangoproject.com/en/5.1/topics/settings/
Expand Down
30 changes: 15 additions & 15 deletions example/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3ee16a

Please sign in to comment.