/Django-Gym-Management

A gym management system built with django-python web framwork.

Primary LanguageHTMLMIT LicenseMIT

Django-Gym-Member-Management

A Gym Member Manager Web App using Django

A simple gym management system to keep a track of all Equipment, Plans, Enquires and members

developer

Features

  • Easy to use (Even an amateur can use!)
  • A simple GUI
  • Faster load speeds (thanks to Django 2.0!)

Working

20200914-211942 (2)

How to use

  • Download the zip

  • Extract the contents

  • Install all dependencies by executing the following command:

    $pip install -r requirements.txt
    
  • For running the application simply execute the following commands:

    $python3 manage.py migrate
    $python3 manage.py runserver
    
  • For creating a user execute:

    $python3 manage.py createsuperuser
    # Follow the instructions
    
  • You can now login to the system!

Built with ♥ and ☕ by Pawan Kumar

Show your support by 🌟 the project!!