Skip to content

benmaier/example-django-crud-admin-lte-select2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-CRUD for django_select2

This is a minimal example to display erratic behavior of django-select2 in modal inline-forms in django-crud-adminlte

Prerequisites

Install dependencies

In the repository folder, do

python -m venv env
source env/bin/activate
pip install -r requirements.txt 

make droptables
make resetdatabase
make superuser

Run Server

make runserver

Usage

navigate to

About

Demonstrate problems with django-select2 in django-crud-adminlte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published