This project is a sincere attempt by MSTC, DA-IICT to encourage Open Source contribution. Make the best out of the ongoing Hacktoberfest 2022 by contributing to for-the-community projects. This project participates in Hacktoberest 2022 and all successful PRs made here will be counted among the at least 4 successful pull requests that you'd need to make in order to be eligible for the Hacktoberfest appreciation (plant a tree / get a tee).
This is a Django development project for Hactoberfest 2022, maintained by MSTC DA-IICT.
We are trying to build a Quiz and Polls App where teacher can put up interactive quizes and polls for their students.
We need a Django Developer :technologist: to help us solving these issues.
:hammer_and_wrench: Skills
- Python
- HTML/CSS/JavaScript (Basic-Intermediate)
contributing.md
for details on how to work with github.Issues
" and pick the issue best suitable for you. PR
.Visual Studio Code (by Microsoft) - LINK
PyCharm (by Jetbrains) - LINK
Don’t forget to check the option which says “Add Python to PATH” in the installation wizard.
py -m pip install --upgrade pip
py -m venv <name_for_your_virtual_environment>
.\<name_of_your_virtual_environment>\Scripts\activate
It’s a good practice to develop a project in a venv because it enables you to install all the project-specific packages locally.
Use the command deactivate to deactivate the virtual environment.
pip install django
git clone https://github.com/MSTC-DA-IICT/Hacktoberfest22-E-Learn-App-Django.git
cd <name_of_your_project>
Start the local server on your machine by using the command -
py manage.py runserver
These should be the last two lines displayed in your terminal -
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
ELearnApp, Teacher and Student are three different apps created to fulfill the functionality.
ELearn is the main app which contains settings.py and urls.py for the project.
Happy Developing! :innocent:
Get in touch with us on LinkedIn / Instagram
Write to us at microsoftclub@daiict.ac.in