-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #543 from farridav/hotfix/update_ci
Hotfix/update ci
- Loading branch information
Showing
12 changed files
with
772 additions
and
767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
|
@@ -18,14 +31,6 @@ pip install django-jazzmin | |
## Documentation | ||
See [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/farridav/django-jazzmin/tree/master/tests/test_app/library/settings.py) | ||
|
||
## Demo | ||
Live demo https://django-jazzmin.herokuapp.com/admin | ||
|
||
**Username**: [email protected] | ||
|
||
**Password**: test | ||
|
||
*Note: Data resets nightly* | ||
|
||
## Features | ||
- Drop-in admin skin, all configuration optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Jazzmin | ||
|
||
Welcome to Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily | ||
customise, including a built-in UI customizer | ||
Welcome to Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily | ||
customise, including a built-in UI customizer | ||
|
||
## Features | ||
|
||
|
@@ -18,13 +18,14 @@ customise, including a built-in UI customizer | |
- Based on the latest [adminlte](https://adminlte.io/) + [bootstrap](https://getbootstrap.com/) | ||
|
||
## Demo | ||
Live demo [https://django-jazzmin.herokuapp.com/admin](https://django-jazzmin.herokuapp.com/admin) | ||
|
||
> **Username**: [email protected] | ||
> **Password**: test | ||
*Note: Data resets nightly* | ||
You can view the demo app by cloning the repository, and running the following commands: | ||
|
||
```bash | ||
poetry install | ||
./tests/test_app/manage.py migrate | ||
./tests/test_app/manage.py reset | ||
./tests/test_app/manage.py runserver_plus | ||
``` | ||
|
||
## Screenshots | ||
|
||
|
Oops, something went wrong.