Skip to content

My Tennis Club is a web application built using Python's Django framework. This project is designed to manage and display information about the club's members, including their first and last names, email addresses, photos, slugs, and bios.

License

Notifications You must be signed in to change notification settings

diyorbekqodirboyev863/my-tennis-club

Repository files navigation

My Tennis Club

My Tennis Club is a web application built using Python's Django framework. This project is designed to manage and display information about the club's members, including their first and last names, email addresses, photos, slugs, and bios.

Features

  • Add and manage club members.
  • Store member details such as first and last names, email addresses, photos, slugs, and bios.
  • User-friendly interface for viewing member profiles.

Technologies Used

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript
  • Bootstrap-v5
  • SQLite

Installation

  1. Clone the repository:

    git clone https://github.com/diyorbekqodirboyev863/my-tennis-club.git
    cd my-tennis-club
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Apply database migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
  7. Access the application: Open your web browser and go to http://127.0.0.1:8000.

Usage

  • To add a new member, log in as an admin and navigate to the admin panel.
  • Fill in the member details such as first and last names, email address, photo, slug, and bio.
  • View the list of members on the homepage.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, feel free to open an issue or contact the repository owner at diyorbekqodirboyev863.


Thank you for visiting the My Tennis Club repository!

About

My Tennis Club is a web application built using Python's Django framework. This project is designed to manage and display information about the club's members, including their first and last names, email addresses, photos, slugs, and bios.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published