A website that would synchronise a student's academic, extracurricular, and co-curricular information in one place.
Tools and packages required to successfully install this project. For example:
- Python 3.3 and up Install
- Setup project environment with virtualenv before Development.
- Front-end : HTML, CSS ,JavaScript,Bootstrap.
- Back-end : Python in django Frame-Work.
- Api's Used: https://ui-avatars.com/
Table of Contents
- Prepare Your Environment
- Install Django and Pin Your Dependencies
- Set Up a Django Project
- Start a Django App
- Command Reference
- Conclusion
How to clone repo:
git clone -b dev https://github.com/NabhyaKhoria/WH_Djangoclan.git
Then just install requirements, migrate, and runserver to get started:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
The whole proccess of how to use website is mentioned in this Doc