Skip to content

Simple Dashboard to show some company data implemented with Django framework

License

Notifications You must be signed in to change notification settings

enfurars/Django_Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Dashboard

This is a Django web application that displays company user statistics and the daily growth of user signups using data from JSON files.

Table of Contents

Features

  • Displays the total number of users per company.
  • Shows the daily growth of the total number of users.
  • Uses Django for the web framework and Matplotlib for plotting graphs.

Requirements

  • Python
  • Django
  • Pandas
  • Matplotlib

Installation

  1. Clone the Repository:

    git clone https://github.com/enfurars/Django_Dashboard.git
    cd Django_Dashboard
  2. Create a Virtual Environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Run Migrations:

    python manage.py makemigrations
    python manage.py migrate
  5. Load Initial Data:

    python manage.py import_data

Running the Project

  1. Start the Development Server:

    python manage.py runserver
  2. Open the Application: Open your web browser and go to http://127.0.0.1:8000.

Usage

  • The homepage displays a table with the total number of users per company.
  • The homepage also shows a graph of the daily growth of user signups.

About

Simple Dashboard to show some company data implemented with Django framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published