Codebase of the official website of Python Bangladesh
- 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 😄