Skip to content

NimVrod/StudnetDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudentDashboard

Getting Started

This guide will help you set up and run the StudentDashboard Django project on your local machine.

Prerequisites

  • Python 3.x
  • Django 5.1.2
  • Virtual environment tool (e.g., venv)

Installation

git clone <repository-url>
cd StudentDashboard
Create and activate a virtual environment:  
python -m venv .venv
source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
pip install -r requirements.txt
python manage.py makemigrations StudentDashboard
python manage.py migrate
python manage.py runserver

Admin

In order of accessing the admin page you need to create a superuser

python manage.py createsuperuser

Made for WDP course

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors