Skip to content

IEEE-BITS-Pilani-Student-Chapter/IEEE_BPPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEEE_BPPC

Code repository for IEEE BITS Pilani Student Chapter Website

Installation

  1. Clone or download the repository.
    git clone https://github.com/IEEE-BITS-Pilani-Student-Chapter/IEEE_BPPC.git
  2. Create a new virtual environment for the project.
    python -m venv myvenv
    source myvenv/bin/activate (linux)
    myvenv\Scripts\activate.bat  (windows)
  3. Install required python libraries giving in the requirements.txt file.
    pip install -r requirements.txt
  4. Run Django migrations.
    python manage.py makemigrations
    python manage.py migrate
  5. Start the application.
    python manage.py runserver
  6. You are done with installation. Run application at http://127.0.0.1:8000/

About

Code repository for IEEE BITS Pilani Student Chapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •