DSC(Developer Student Club) is a official Technical club running in Rajkiya Engineering College, Bijnor since 2019. DSCWEB is a web project to build website for DSC club.
- Completed
This project is built on the Django Framework(3.0). This project is build by Developer Student Club Team headed by Kumar Shanu(at Back-end Developement) and Rajat Yadav(at Front-end Development).
If you want to run the server in local make sure to turn on debug mode by modifying the line DEBUG=False
to DEBUG=True
.
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["*"]
# Application definition
- Run the following command to activate the environment:
cd path/to/dir
pip install pipenv
pipenv shell
-
After that install all dependancies specified in Pipfile or Pipfile.lock :
$ pipenv sync
-
Run the server using :
python manage.py runserver 8000
or
pipenv run python manage.py runserver
here 8000 is port number. you can use any port number you want.
- To install any package :
pipenv install package_name
pipenv update //run this at last
It will automaticlly install the package and put it into requirements.
django admin : dsc
password :