-
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.
- Loading branch information
katiam2
committed
Dec 8, 2024
1 parent
2a21ac3
commit 4d95acc
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,15 @@ pip install django-jazzmin | |
See [Documentation](https://django-jazzmin.readthedocs.io) or [Test App](https://github.com/farridav/django-jazzmin/tree/main/tests/test_app/library/settings.py) | ||
|
||
## Demo | ||
|
||
Live demo https://django-jazzmin-test.onrender.com | ||
|
||
**Username**: [email protected] | ||
|
||
**Password**: test | ||
|
||
*Note: Data resets nightly* | ||
|
||
*Note: ☕ If the app seems sleepy, give it a minute - it's just having its power nap on the free tier.* | ||
|
||
## Features | ||
|
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 |
---|---|---|
|
@@ -18,10 +18,15 @@ 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-test.onrender.com | ||
|
||
**Username**: [email protected] | ||
|
||
**Password**: test | ||
|
||
*Note: Data resets nightly* | ||
|
||
*Note: ☕ If the app seems sleepy, give it a minute - it's just having its power nap on the free tier.* | ||
|
||
You can also view the demo app by cloning the repository, and running the following commands: | ||
|