Skip to content

Commit

Permalink
Linting and project status update
Browse files Browse the repository at this point in the history
  • Loading branch information
farridav committed Mar 23, 2024
1 parent 91c53b2 commit 029e7bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

# Django jazzmin (Jazzy Admin)

## Project Status
This project is being actively maintained, though with a reduced feature set, we are looking for contributors to help
maintain and improve the project, please get in touch if you would like to help.

Help needed with:
- Triaging issues
- Frontend fixes and UI improvements
- Testing
- Documentation

Pull requests are welcome, though ive been pre-occupied with other projects lately, so have not been able to review
them as quickly as I would like, but im trying to get through them all now, hopefully with some outside help.

[![Docs](https://readthedocs.org/projects/django-jazzmin/badge/?version=latest)](https://django-jazzmin.readthedocs.io)
![PyPI download month](https://img.shields.io/pypi/dm/django-jazzmin.svg)
[![PyPI version](https://badge.fury.io/py/django-jazzmin.svg)](https://pypi.python.org/pypi/django-jazzmin/)
Expand Down
4 changes: 1 addition & 3 deletions tests/test_app/library/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": os.path.join(BASE_DIR, "db.sqlite3"),
"TEST": {
"NAME": ":memory:"
}
"TEST": {"NAME": ":memory:"},
},
}

Expand Down

0 comments on commit 029e7bf

Please sign in to comment.