diff --git a/README.md b/README.md index 343bfc74..d352f4c7 100644 --- a/README.md +++ b/README.md @@ -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**: test@test.com + +**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 diff --git a/docs/index.md b/docs/index.md index 2e892866..6bd96ac4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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**: test@test.com + +**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 diff --git a/tests/test_app/requirements.txt b/tests/test_app/requirements.txt new file mode 100644 index 00000000..b0f9ae9b --- /dev/null +++ b/tests/test_app/requirements.txt @@ -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 \ No newline at end of file