Codebase of the official website of Python Bangladesh
For windows : https://www.python.org/downloads/windows/ For Mac : https://www.python.org/downloads/mac-osx/ For Others : https://www.python.org/download/other/
- Recommended: Create a virtual environment using virtualenv for this project.
- Install all the requirements using
pip install -r requirements.txt - Complete the migrations.
python manage.py migrate - Start the server.
python manage.py runserver - The server should be up and running 😄