Skip to content

roderiano/django-boot

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published