Skip to content

Basic Django Structure with Login, Logout, Pagination, Model Permission, Custom User Management and Bootstrap Integration

Notifications You must be signed in to change notification settings

mjoyshuvo/DjangoWith-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoWith-Bootstrap

Basic django structure with Login, Logout, Pagination, Model Permission, Custom User Management and Bootstrap Integration

Prerequisites

  • Python
  • Virtualenv

Getting Started

  1. Clone the repository.
  2. Create virtual environment.
virtualenv -p python3 envname --no-site-packages
  1. Go to project folder
  2. Install requirements
pip install -r requirements.txt
  1. Migrate
python manage.py migrate
  1. Run project
python manage.py runserver

Built With

About

Basic Django Structure with Login, Logout, Pagination, Model Permission, Custom User Management and Bootstrap Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published