Skip to content

This is a website for managing gyms, powered by Django

License

Notifications You must be signed in to change notification settings

ameene770/GymManagement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym

This is a website for managing gyms, powered by Django

Running the project

All the files of the project is combined and all the modules are set to one file, so to run the

First of all you need to install pip3

sudo apt-get -y install python3-pip

After that, you need to install django with pip -- each version of django is different. In this project we work with djnago v1.11 . By executing the below code you will install latest verion of django

pip3 install django

We have all the requirements listed in requirments.txt you can use that to install all of them.

pip3 install -r /path/to/requirements.txt

Also the requirements are listed as

Django==1.11

After installing you can run the project by using the following command

python3 manage.py runserver

Built With

Authors

Thanks for your attention.

About

This is a website for managing gyms, powered by Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • HTML 16.9%
  • CSS 15.0%
  • JavaScript 1.4%