Skip to content

kartikmashal8/pybd.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Bangladesh

Codebase of the official website of Python Bangladesh

Basic instructions

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 😄

About

Official website on pybd.org

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%