A Gym Member Manager Web App using Django
A simple gym management system to keep a track of all Equipment, Plans, Enquires and members
- Easy to use (Even an amateur can use!)
- A simple GUI
- Faster load speeds (thanks to Django 2.0!)
-
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!!