An education platform for providing free and voluntary education.
-
Create a virtual environment using the following command:
virtualenv .\.{env_name}. -
Enter the environment :
.\.{env_name}\Scripts\activate. -
Install all dependencies :
pip install -r requirements.txt. -
Start the project using the command :
python manage.py runserver
Feel free to contribute.
