Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Django demo app config #619

Merged
merged 8 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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