Skip to content

Manage Faculty data in an easy way, with interactive and easy to use user interface. Even you can download profiels into PDFs and many more.. Explore into this Django project to manage profiles.

Notifications You must be signed in to change notification settings

subhanSahebShaik/facultyvault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacultyVault

FacultyVault is a user-friendly and efficient faculty management system designed to manage and organize faculty data seamlessly. The system includes functionality to handle various aspects of faculty management and aims to streamline processes within educational institutions.

Features

  • User Management: Manage user accounts, including authentication and authorization.
  • Faculty Profiles: Create, read, update, and delete faculty profiles with detailed information.
  • Department Management: Organize faculty into departments and manage departmental data.
  • Search and Filter: Easily search and filter faculty based on various criteria.
  • Data Import/Export: Import and export faculty data for easy data management and backup.

Installation

Follow these steps to set up and run FacultyVault on your local machine.

Prerequisites

  • Python 3.8 or later
  • Django 3.2 or later
  • pip (Python package installer)

Clone the Repository

git clone https://github.com/yourusername/facultyvault.git
cd facultyvault

Create and Activate a Virtual Environment

It's recommended to use a virtual environment to manage dependencies.

python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`

Install Dependencies

pip install -r requirements.txt

Apply Migrations

python manage.py migrate

Create a Superuser

To access the admin interface, you'll need a superuser account.

python manage.py createsuperuser

Run the Development Server

python manage.py runserver

Open your web browser and go to https://127.0.0.1:8000/ to access the application.

Usage

Admin Interface

The admin interface can be accessed at https://127.0.0.1:8000/admin/ where you can manage users, faculty profiles, and other data.

Faculty Management

From the main interface, you can add new faculty members, edit existing profiles, and organize them by departments. Use the search and filter options to quickly find specific faculty members.

Contact

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

About

Manage Faculty data in an easy way, with interactive and easy to use user interface. Even you can download profiels into PDFs and many more.. Explore into this Django project to manage profiles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published