Skip to content

rajeshb62/Django-Gym-Member-Manager

 
 

Repository files navigation

Django-Gym-Member-Manager

A Gym Member Manager Web App using Django

A simple gym member manager to keep a track of all payments and members

Features

  • Easy to use (Even an amateur can use!)
  • A simple GUI
  • Faster load speeds (thanks to Django 2.0!)
  • Reports for keeping track of payments and admissions

Working

Working

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 Omkar Pathak

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)

PayPal Donate via PayPal!
₹ (INR) Donate via Instamojo

About

A Gym Member Manager Web App using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 61.8%
  • CSS 16.0%
  • HTML 11.2%
  • Python 11.0%