Skip to content

trco/django-bs4-modal-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: This repository is deprecated. For full implementation of CRUD actions, login/signup and other forms in Bootstrap3 or Bootstrap4 modal checkout django-bootstrap-modal-forms

Django Login form in Bootstrap 4 modal

Django Login form rendering and updating in Bootstrap 4 modal via Ajax.

Running Locally

1. Setup

git clone https://github.com/trco/django-bs4-modal-login.git

Create new virtual environment and install requirements.

pip install -r requirements.txt
python manage.py migrate

2. Testing Login modal

python manage.py runserver

Login credentials

User role Username Password
User user1234 demo1234
Admin admin1234 demoadmin

After you are logged in as Admin you can create new Users at http://127.0.0.1:8000/admin/.

About

Django Login form in Bootstrap 4 modal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published