The main site of Engilore 🧐
Engilore is a platform aimed at fostering intellectual growth, collaboration, and innovation. This repository hosts the main site for Engilore.
Before setting up the project, ensure you have the following installed:
- Python 3.10 or later: Download and install Python here.
- Pip: Included with Python installations.
- Virtualenv: Install with
pip install virtualenv
. - Git: Install from here.
git clone https://github.com/your_username/engilore.git
cd engilore
virtualenv venv
- Windows:
venv\Scripts\activate
- Mac/Linux:
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
The site will be accessible at http://127.0.0.1:8000.