We have used understandable and easy-to-understand instructions to help you install Menilo- Django Admin & Dashboard Template in your project. Follow the below steps to get started.
Node.js and npm (Node Package Manager) are installed on
your system. Make sure to use node version 22.*.Node.js is
not installed, download and install it from the website. npm comes bundled with Node.js.package.json file:
yarn
yarn run build
/assets`) that contains
minified and ready-to-deploy files. It ensures your project is optimized for performance in
a production environment.Python and pip(Python Package Manager) are installed on
your system. Make sure to use pip's latest version.
Create and activate virtual env.python --version
Python 3.13.2
https://www.python.org/pip --version
pip 25.1.1 from c:\python39\lib\site-packages\pip (python 3.13)
https://pypi.org/project/pip/
py -m venv /virtual_env
python -m venv /virtual_env
virtual_env/Scripts/activate.bat
source virtual_env/bin/activate
(virtual_env) C:\Users\Your Name>
(virtual_env) ... $
pip install -r requirements.txt
py manage.py runserver