Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1000 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 1000 Bytes

Mazer logo

Mazer for Django

Mazer is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency.

Table of contents

Link Mazer

Installation

  • Download this repository. or clone the repo :
git clone https://github.com/bimbims125/mazer-django.git
  • Make virtual environment
py -m venv (your own name)
  • Activate the Virtual Environment
env\scripts\activate
  • Install django
pip install django
  • run
py manage.py runserver