Skip to main content

Django application with bootstrap-based theme.

Project description

Logo

django-boot

django-boot is a theme designed for styling the django admin interface with Bootstrap 5.

Getting Started

Installation

  1. You can install django-boot via pip:

    pip install django-boot
    

Usage

To use django-boot in your Django project, follow these steps:

  1. Add django_boot to the INSTALLED_APPS in your settings.py file:
INSTALLED_APPS = [
    "django_boot.apps.DjangoBootConfig",
    ...,
]

If you encounter any issues or have questions, feel free to open an issue for assistance.

Features

  • Dark Theme

  • Dynamic Form Styling

  • Alert Styling

  • Dynamic Sidebar

  • Interactive Side Filters

  • Login Styling

  • Responsive

Logo

Contributing

Contributions are welcome! If you have suggestions, bug reports, or want to discuss new features, please open an issue to start a discussion.

For implementing new features or fixing bugs:

  1. Fork the repository.

  2. Create a new branch from the develop branch:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and ensure the code follows the project's coding standards.

  4. Test your changes thoroughly. If you wish to build the application, you can run the following command:

    python3 setup.py sdist
    
  5. Commit your changes:

    git commit -m "Add your concise and meaningful commit message"
    
  6. Push your branch to your fork:

    git push origin feature/your-feature-name
    
  7. Open a pull request against the develop branch, describing your changes and referencing the related issue.

  8. Your pull request will be reviewed, and once approved, it will be merged.

Thank you for contributing to django-boot!

License

This project is licensed under the MIT License.

Acknowledgments

django-boot provides integration with the components and styles provided by Bootstrap, allowing you to easily create attractive and responsive user interfaces. Additionally, you can find additional resources such as usage examples and detailed documentation on the official Bootstrap and Django website.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-boot-1.6.4.tar.gz (156.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page