README.md
March 24, 2022 ยท View on GitHub
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
- Demo: zuramai.github.io/mazer/demo
- Repository: github.com/zuramai/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