Giter VIP home page Giter VIP logo

school_project's Introduction

#Dechentsemo Central School Website

This project is a Django-based website for Dechentsemo Central School, featuring a dashboard, calendar, to-do list, pie charts, and attendance management.

**Table of Contents**

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

**Features**

- Dashboard displaying various school activities and statistics.
- Calendar for managing and viewing school events.
- To-do list for managing tasks.
- Pie charts showing the distribution of students and teachers.
- Attendance management system.

**Installation**

Follow these steps to set up the project locally:

###1. Clone the Repository

```bash
git clone https://github.com/imprashant98/school_project.git
cd school_project
```

2. Create and Activate a Virtual Environment

# Create a virtual environment
python -m venv venv

# Activate the virtual environment (Windows)
venv\Scripts\activate

# Activate the virtual environment (macOS/Linux)
source venv/bin/activate

3. Install Dependencies

Install the required packages using pip:

pip install -r requirements.txt

4. Apply Migrations

Run the following commands to apply migrations and set up the database:

python manage.py makemigrations
python manage.py migrate

5. Create a Superuser

Create a superuser to access the Django admin interface:

python manage.py createsuperuser

Follow the prompts to set up your superuser account.

6. Run the Development Server

Start the development server:

python manage.py runserver

Open your web browser and navigate to http://127.0.0.1:8000/ to see the website.

Usage

Accessing the Admin Interface

Navigate to http://127.0.0.1:8000/admin and log in with the superuser credentials you created to manage the site.

Adding Events

To add events, navigate to http://127.0.0.1:8000/add_event/ and fill out the event form.

Viewing and Editing Attendance

To edit attendance, navigate to http://127.0.0.1:8000/edit_attendance/ and use the editable table to update attendance records.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push your branch to your fork.
  5. Create a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or suggestions, please contact us at [email protected] and [email protected].


### Explanation

- **Title and Description**: Provide a brief overview of the project.
- **Table of Contents**: List the main sections of the README.
- **Features**: Highlight key features of the project.
- **Installation**: Detailed steps to set up the project locally, including cloning the repository, setting up a virtual environment, installing dependencies, applying migrations, creating a superuser, and running the development server.
- **Usage**: Instructions on how to access and use different parts of the website.
- **Contributing**: Guidelines for contributing to the project.
- **License**: Information about the project's license.
- **Contact**: Contact information for further questions or suggestions.

school_project's People

Contributors

imprashant98 avatar karmajimba23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.