Skip to content

deucaleon18/debsoc-nitdgp-website

 
 

Repository files navigation

logo

The Debating Society, Nit Durgapur

GitHub issues GitHub forks GitHub stars GitHub license

Description

The official website of Debating Society, Nit Durgapur. Built with Django and MDB.

Project status

Live. Visit at http://www.debsocnitdgp.in.

Application is dockerized

Installation and usage

Use the package manager pip to install virtual environment outside the root directory.

  • Clone the repository.
  • Create a new virtual env with pip.
  • cd to project directory (eg : cd debsocnitdWeb/).
  • Install requirements.
python install -r requirements.txt
  • Make migrations.
python manage.py makemigrations
python manage.py migrate
  • Create superuser to access and manage database, and enter the details asked.
python manage.py createsuperuser
  • Run Project on local server.
python manage.py runserver
  • Congratulations! You have finally built the project. Now head over to the localhost your browser to access the Website.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change, and please provide a good description of the issue.

License

MIT

About

Official Website of The Debating Society, NIT Durgapur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • CSS 24.5%
  • SCSS 16.9%
  • HTML 5.1%
  • Less 2.5%
  • Python 2.3%