Skip to content

Commit

Permalink
MVP Proposals Reviews System (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno authored Feb 5, 2023
1 parent dbad0ea commit c3221c3
Show file tree
Hide file tree
Showing 25 changed files with 1,193 additions and 19 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ insert_final_newline = true

[*.py]
max_line_length = 119
indent_size = 4

# Use 2 spaces for the HTML files
[*.html]
Expand Down
152 changes: 137 additions & 15 deletions backend/poetry.lock

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

2 changes: 2 additions & 0 deletions backend/pycon/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"volunteers_notifications.apps.VolunteersNotificationsConfig",
"checklist.apps.ChecklistConfig",
"participants.apps.ParticipantsConfig",
"reviews.apps.ReviewsConfig",
"markdownify.apps.MarkdownifyConfig",
]

MIDDLEWARE = [
Expand Down
1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ awslambdaric = {version = "^2.0.4", optional = true}
azure-identity = "^1.12.0"
azure-storage-blob = "^12.14.1"
dal-admin-filters = "1.1.0"
django-markdownify = "^0.9.2"

[tool.poetry.dev-dependencies]
pylint = "=2.6.0"
Expand Down
Empty file added backend/reviews/__init__.py
Empty file.
Loading

1 comment on commit c3221c3

@vercel
Copy link

@vercel vercel bot commented on c3221c3 Feb 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pycon – ./frontend/

pycon-python-italia.vercel.app
pycon-git-main-python-italia.vercel.app
pycon.vercel.app
pycon.it
www.pycon.it

Please sign in to comment.