Record and replay client web sessions.
Project description
Django Rrweb is an Apache2 licensed Django application that records and replays sessions in web browsers.
Features
Record sessions in web browsers
Replay sessions in web browsers
Tested on Python 3.7, 3.8, 3.9, 3.10
Tested on Django 3.2 LTS and Django 4.0
Quickstart
Installing Django Rrweb is simple with pip:
$ pip install django-rrweb
Change settings.py like:
INSTALLED_APPS += ['django.contrib.humanize', 'django_rrweb']
Change urls.py like:
urlpatterns += [path('backend/', include('django_rrweb.urls'))]
The Django “admin” is also required for replaying and deleting sessions.
Then migrate the database like:
$ python manage.py migrate
Reference and Indices
Django Rrweb License
Copyright 2022 Grant Jenks
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-rrweb-3.3.1.tar.gz
.
File metadata
- Download URL: django-rrweb-3.3.1.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15041c89b54bc5d78062f0e13fb70d001c3133be6248d5363974879bc6d7857b |
|
MD5 | 32db6de90a3415f6b17b11e74635e94f |
|
BLAKE2b-256 | 813cf440e0dc27941c3f461611d80a35dd9b8edd15974fd89f2bfdc98da10105 |
File details
Details for the file django_rrweb-3.3.1-py3-none-any.whl
.
File metadata
- Download URL: django_rrweb-3.3.1-py3-none-any.whl
- Upload date:
- Size: 55.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaab83ecd181cff4251467fff979258ffd77ece52fea0384b3b8f0a97d19621c |
|
MD5 | abcb7c0491cec4f3be74de7b3269bf15 |
|
BLAKE2b-256 | bc3a47f9b013c46a53c8b722a2dfb83b40229b7e7662defcb502d1011df6c432 |