Skip to content

Commit

Permalink
Merge pull request #619 from farridav/try-new-hosting-for-test-app
Browse files Browse the repository at this point in the history
New Django demo app config
  • Loading branch information
farridav authored Dec 8, 2024
2 parents f3133f1 + 5332e10 commit 8875915
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions tests/test_app/requirements.txt
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

0 comments on commit 8875915

Please sign in to comment.