Skip to content

joel1128/Pexa-GYM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

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!

Show your support by 🌟 the project!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published