You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage golang-github-terraform-providers-vault-2.5.0-0.1.git55806c9.lbn25.x86_64
Terraform vault provider
RPMPackage golang-github-terraform-providers-tls-2.1.0-0.1.git0790c4b.lbn25.x86_64
Terraform tls provider
RPMPackage golang-github-terraform-providers-template-2.1.2-0.1.git5333ad9.lbn25.x86_64
Terraform template provider
RPMPackage golang-github-terraform-providers-random-2.2.0-0.1.git0ce299b.lbn25.x86_64
Terraform random provider
RPMPackage golang-github-terraform-providers-opc-1.3.7-0.1.git09bd756.lbn25.x86_64
Terraform Oracle Public Cloud provider
RPMPackage golang-github-terraform-providers-null-2.1.2-0.1.git8d3d85a.lbn25.x86_64
Terraform null provider
RPMPackage golang-github-terraform-providers-ignition-1.1.0-0.1.git3db7c4f.lbn25.x86_64
Terraform Ignition provider
RPMPackage golang-github-terraform-providers-consul-2.5.0-0.1.gitf49bd31.lbn25.x86_64
Terraform consul provider
RPMPackage golang-github-terraform-providers-azuread-0.6.0-0.1.git43950d5.lbn25.x86_64
Terraform azuread provider
RPMPackage golang-github-terraform-providers-alicloud-0.1.0-0.1.git974aa31.lbn25.x86_64
Terraform alicloud provider
RPMPackage golang-github-dmacvicar-terraform-provider-libvirt-0.5.2-0.1.gitc0e46b5.lbn25.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform. You should update your .terraformrc and refer to the binary: providers { libvirt = "/usr/share/terraform/terraform-provider-libvirt" } Using the provider Here is an example that will setup the following: A virtual server resource (create this as libvirt.tf and run terraform commands from this directory): provider "libvirt" { uri = "qemu:///system" } You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable. Now, define a libvirt domain: resource "libvirt_domain" "terraform_test" { name = "terraform_test" } Now you can see the plan, apply it, and then destroy the infrastructure: $ terraform plan $ terraform apply $ terraform destroy
RPMPackage python3-easy-thumbnails-2.4.1-1.lbn25.py37.noarch
=============== Easy Thumbnails =============== .. image:: https://secure .travis-ci.org/SmileyChris/easy-thumbnails.png?branch=master :alt: Build Status :target: http://travis-ci.org/SmileyChris/easy-thumbnails A powerful, yet easy to implement thumbnailing application for Django 1.4+ Below is a quick summary of usage. For more comprehensive information, view the `full ...
RPMPackage python3-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces.
RPMPackage python3-django-sortedm2m-1.3.3-1.lbn25.py37.noarch
sortedm2m is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. Usecases Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries. This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases. You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.
RPMPackage python3-django-rest-framework-3.6.4-1.lbn25.py37.noarch
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browsable API is a huge usability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support.
RPMPackage python3-django-recaptcha-1.2.1-1.lbn25.py37.noarch
Django reCAPTCHA **Django reCAPTCHA form field/widget integration app.** .. contents:: Contents :depth: 5Django reCAPTCHA uses a modified version of the Python reCAPTCHA client < which is included in the package as client.py. Requirements Tested with:* Python: 2.7, 3.5 * Django: 1.8, 1.9, 1.10Installation . Sign up for reCAPTCHA < Install or add djangorecaptcha to your Python path.. Add ...
RPMPackage python3-django-nose-1.4.5-1.lbn25.py37.noarch
Django test runner that uses nose.
RPMPackage python3-django-mobile-0.7.0-3.lbn25.py37.noarch
djangomobile .. _introduction:**djangomobile** provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user.The idea is to keep your views exactly the same but to transparently interchange the templates used to render a response. This is done in two 1. A middleware determines the ...
RPMPackage python3-django-filter-2.2.0-1.lbn25.noarch
Django-filter is a reusable Django application for allowing users to filter querysets dynamically. This is a Python 3 build of django-filter.
RPMPackage python3-django-doc-1.11.13-2.lbn25.py37.noarch
This package contains the documentation for the Django high-level Python Web framework.