A web application for the faculty of BITS Pilani Goa Campus to allow them to structure courses, alot rooms, select time slots and instructors efficiently and easily.
📦augsdapp
┣ 📂static
┃ ┣ 📂augsdapp
┃ ┃ ┣ 📜homepage.css
┃ ┃ ┗ 📜main.css
┃ ┗ 📂images
┃ ┃ ┗ 📜background.jpg
┣ 📂templates
┃ ┗ 📂augsdapp
┃ ┃ ┣ 📜AddCourse.html
┃ ┃ ┣ 📜AddSection.html
┃ ┃ ┣ 📜CourseDetail.html
┃ ┃ ┣ 📜DeleteCourse.html
┃ ┃ ┣ 📜ModifyCourse.html
┃ ┃ ┣ 📜UpdateSection.html
┃ ┃ ┣ 📜base.html
┃ ┃ ┗ 📜homepage.html
┣ 📜__init__.py
┣ 📜admin.py
┣ 📜apps.py
┣ 📜forms.py
┣ 📜models.py
┣ 📜tests.py
┣ 📜urls.py
┗ 📜views.py
- Clone the project by using the command
git clone https://github.com/devansh-299/AUGSD-Course-Management.git
- Setup a virtual environment inside the project directory. For guidelines refer this awesome article by DjangoGirls - link
- Now you will need to install the libraries used in this project. For this simply use type this command
pip install -r requirements.txt
- After all these steps, you are good to go 🎉 (In case of any errors do raise issues on the GitHub issue tracker)
This is an OpenSource project and contributors are always welcomed. All the issues should be raised via Github issue tracker and all the changes should be proposed via Pull Requests.