-
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 #619 from farridav/try-new-hosting-for-test-app
New Django demo app config
- Loading branch information
Showing
3 changed files
with
34 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -35,6 +35,18 @@ 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 | ||
|
||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,17 @@ customise, including a built-in UI customizer | |
|
||
## Demo | ||
|
||
You can view the demo app by cloning the repository, and running the following commands: | ||
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: | ||
|
||
```bash | ||
poetry install | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Django | ||
whitenoise | ||
gunicorn | ||
psycopg2-binary | ||
dj-database-url | ||
factory-boy | ||
docutils | ||
importlib-metadata==4.13.0 | ||
django-debug-toolbar | ||
django_extensions | ||
django-jazzmin |