/pybd.org

Official website on pybd.org

Primary LanguagePython

Python Bangladesh

Codebase of the official website of Python Bangladesh

Basic instructions

  • 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 😄