Skip to content

Commit

Permalink
Merge pull request #15 from ButterCMS/chore/update-dependencies
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
ViolanteCodes authored May 31, 2024
2 parents 6fde7cc + 6524ef2 commit 860b419
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Django + ButterCMS Starter Project

> [!IMPORTANT]
> We officially support Python versions 3.8 to 3.12.
Live demo: [https://django-starter-buttercms-demo.herokuapp.com/](https://django-starter-buttercms-demo.herokuapp.com/)

This Django starter project fully integrates with dynamic sample content from your ButterCMS account, including main menu, pages, blog posts, categories, and tags, and all with a beautiful, custom theme with already-implemented search functionality. All of the included sample content is automatically created in your account dashboard when you
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buttercms-python==1.3.*
django-environ==0.10.0 # https://github.com/joke2k/django-environ
buttercms-python==2.0.0
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
django==3.2.* # https://www.djangoproject.com/
gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.7 # https://github.com/psycopg/psycopg2
whitenoise==6.5.0 # https://github.com/evansd/whitenoise
django==4.2.* # https://www.djangoproject.com/
gunicorn==22.0.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.9 # https://github.com/psycopg/psycopg2
whitenoise==6.6.0 # https://github.com/evansd/whitenoise

0 comments on commit 860b419

Please sign in to comment.