Skip to content

pandafy/inline_view_only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django InlineAdmin with View Permissions

Installation

python3 -m venv venv
source ./venv/activate
pip install -r requirements.txt
./manage.py migrate

Running the application

./manage.py runserver

Notes

The provided database already has a permission group "View Only". This group contains view only permissions for models defined in the home app.

Following staff users are also present in the database

  1. Superuser

    username: admin

    password: admin

  2. View only user

    username: view-only-user,

    password: view-only-user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages