Skip to content

DSC(Developer Student Club) is official Technical club running in Rajkiya Engineering College, Bijnor

Notifications You must be signed in to change notification settings

Developer-Student-Club-Bijnor/dscweb

 
 

Repository files navigation

DSCWEB

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.


DESKTOP VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

    dscblog

MOBILE VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

    dscweb


Links:


Project Status

  • Completed

Project Details

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).


Developement

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

Running the Server

  1. Run the following command to activate the environment:
cd path/to/dir
pip install pipenv
pipenv shell
  1. After that install all dependancies specified in Pipfile or Pipfile.lock :
    $ pipenv sync

  2. 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.

  1. 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.

Admin

django admin : dsc
password :

About

DSC(Developer Student Club) is official Technical club running in Rajkiya Engineering College, Bijnor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 22.1%
  • CSS 19.2%
  • SCSS 16.5%
  • HTML 16.3%
  • Less 16.3%
  • Python 9.6%