Quick Start
1. Requirements
Before proceeding, ensure you have the latest stable version of Python
Recommended environment:
- Python 3.10+
- Django 5.0+
- Pip 23+
- Virtual Environment (venv / virtualenv)
2. Installation
Open project folder and install its dependencies. We recommend using a virtual environment.
| Step | Command |
|---|---|
Create Virtual Environment |
|
Activate Virtual Environment |
|
Install Dependencies |
|
Start Development Server |
|
Make Migrations |
|
Apply Migrations |
|
3. Run Commands
Use the following commands inside your activated virtual environment.
| Action | Command |
|---|---|
Run Development Server |
|
Create a New App |
|
Create Admin User ( Optional ) |
|
1. Requirements
Before proceeding, ensure you have the latest stable version of Python
Recommended environment:
- Python 3.10+
- Django 5.0+
- Pip 23+
- Virtual Environment (venv / virtualenv)
2. Installation
Open project folder and install its dependencies. We recommend using a virtual environment.
| Step | Command |
|---|---|
Create Virtual Environment |
|
Activate Virtual Environment |
|
Install Dependencies |
|
Start Development Server |
|