The official website of Debating Society, Nit Durgapur. Built with Django and MDB.
Live. Visit at http://www.debsocnitdgp.in.
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.
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.