Git Product home page Git Product logo

kgothatso-create / student-management Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 39 KB

Django project is a robust and user-friendly application designed for efficiently adding, updating, deleting, and managing student information. Built with the powerful Django framework, this project offers a seamless interface for administrators to input and maintain comprehensive student data. From adding new student profiles to updating existing

Dockerfile 1.42% Python 49.34% HTML 49.24%
bootstrap bootswatch-theme css django html python

student-management's Introduction

Student management system

A basic management system This project is an management system designed to be run on a local server using the command prompt (cmd) or using docker. It utilizes Django, a powerful Python web framework, for the development of the website. All comments and additional notes related to the project are written within the code itself.

Prerequisites

Before running this project, make sure you have the following software installed on your system:

  • Python (version 3.x)
  • Django (version 3.x or higher)

Installation

  • Clone the repository to your local machine using the following command: git clone https://github.com/Kgothatso-create/student-managemnt
  • Download zip folder
  • Navigate to the project directory: cd django_project
  • Install the required dependencies using a virtual environment

Configuration

To run the project, you will need to generate your own Django secret key. Follow the steps below to generate a secret key:

  • Open a Python interactive shell by typing the following command in your terminal: python
  • Enter the following commands in the Python shell to generate a secret key: from django.core.management.utils import get_random_secret_key get_random_secret_key()
  • Copy the generated secret key
  • Create a new file named .env in the root directory of the project.
  • Open the .env file in a text editor and add the following line: SECRET_KEY=<paste_the_generated_secret_key_here>
  • Save and close the .env file.

Running the Application

  • Open a command prompt and navigate to the project directory.
  • Run the following command to apply the database migrations: python manage.py runserver
  • Start the development server by running the following command: python manage.py runserver
  • Open your web browser and visit http://localhost:8000 to access the ecommerce website.

Contributing

If you'd like to contribute to this project, please follow these steps:

  • Fork the repository on GitHub.
  • Create a new branch with a descriptive name: git checkout -b my-new-feature
  • Make your changes and commit them with appropriate messages: git commit -am 'Add some feature'
  • Push your branch to your forked repository: git push origin my-new-feature
  • Create a new pull request on the original repository.

Acknowledgments

  • Bob's Programming Academy for the guidance
  • Django community for their excellent web framework, which made the development of this ecommerce website possible.

If you encounter any issues or have any questions, please feel free to create an issue on the GitHub repository.

student-management's People

Contributors

kgothatso-create avatar

Stargazers

 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.