Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 726 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 726 Bytes

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