Skip to content

This project is intended to be used by the placement team of IIT Guwahati (CCD) for keeping track of the rooms which are occupied by different companies for placement and internship season.

Notifications You must be signed in to change notification settings

CCD-SWC/ccd_swc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

CCD Placement Portal Usage Instructions

Welcome to the CCD Placement Portal.

Instructions to run the website on a local machine:

  • Ensure that you have a Functional Text Editor (Atom, Sublime Text, Notepad++ etc.) installed on your System

Install Anaconda/Miniconda/Python

Install Django

To use virtual environment for installation of packages and then activate the environment:

$ conda create --name environment_name 
$ conda install package_name 
$ conda activate environment_name

where environment_name is the name of the virtual environment and package_name is the name of the package Example: $ conda create --name DjangoEnv django

Install Django Import Export

$ conda install -c conda-forge django-import-export  

Run following commands:

$ python manage.py migrate
$ python manage.py makemigrations

To login, create account using command:

$ python manage.py createsuperuser

Run website:

$ python manage.py runserver

About

This project is intended to be used by the placement team of IIT Guwahati (CCD) for keeping track of the rooms which are occupied by different companies for placement and internship season.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published