We have used understandable and easy-to-understand instructions to help you install Urbix- 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
python --version
Python 3.13.2
https://www.python.org/
Python 3.13.2
pip 20.2.3 from c:\python39\lib\site-packages\pip (python 3.12)
https://pypi.org/project/pip/
py -m venv path/to/virtual_env
python -m venv path/to/virtual_env
path\to\virtual_env\Scripts\activate.bat
source path/to/virtual_env/bin/activate
(path/to/virtual_env) C:\Users\Your Name>
(path/to/virtual_env) ... $
pip install -r /path/to/requirements.txt
py manage.py runserver
http://127.0.0.1:8000/