Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Try out botstrap5 #3

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# top-most EditorConfig file
root = true

# basic rules for all files
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.{py,js}]
indent_style = space
indent_size = 4

[*.html]
indent_style = space
indent_size = 1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A commitfest is a collection of patches and reviews for a project and is part of

## The Application

This is a Django 3.2 application backed by PostgreSQL and running on Python 3.x.
This is a Django 4.2 application backed by PostgreSQL and running on Python 3.x.

## Getting Started

Expand Down
7 changes: 0 additions & 7 deletions media/commitfest/css/bootstrap-theme.min.css

This file was deleted.

Loading