django-hijack
With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- dependabot.yml
- FUNDING.yml
- admin-screenshot.png
- customization.md
- django-hijack.jpg
- index.md
- release-button.png
- security.md
- troubleshooting.md
- button.html
- __init__.py
- admin.py
- apps.py
- __init__.py
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- django.po
- hijack.css
- hijack.js
- notification.html
- __init__.py
- hijack.py
- __init__.py
- apps.py
- conf.py
- forms.py
- middleware.py
- permissions.py
- signals.py
- urls.py
- views.py
- hijack.test.js
- bye_bye.html
- user_list.html
- __init__.py
- admin.py
- models.py
- permissions.py
- routers.py
- settings.py
- urls.py
- views.py
- __init__.py
- conftest.py
- test_admin.py
- test_forms.py
- test_middleware.py
- test_permissions.py
- test_signals.py
- test_templatetags.py
- test_views.py
- .editorconfig
- .git-blame-ignore-revs
- .gitattributes
- .gitignore
- .nvmrc
- .pre-commit-config.yaml
- .prettierignore
- .readthedocs.yaml
- CONTRIBUTING.md
- LICENSE
- mkdocs.yml
- package-lock.json
- package.json
- pyproject.toml
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/django-hijack/django-hijack
Downloads the entire project code from GitHub to your computer.
cd django-hijack
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
