Giter VIP home page Giter VIP logo

media_library's Introduction

media_library's People

Contributors

alvarowolfx avatar azumads avatar binku87 avatar bom-d-van avatar grengojbo avatar jasonweng avatar jinzhu avatar junhuif avatar pfcoder avatar raven-chen avatar sunfmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

media_library's Issues

ERROR! Build failed. undefined: admin.PaginationPageCount

I use media , Just RegisterCallBack , show error

ERROR! Build failed.
github.com/qor/media_library
../github.com/qor/media_library/media_library.go:310: undefined: admin.PaginationPageCount

my code :

package db

import (
	"mytest/model"

	"os"

	"log"

	"github.com/jinzhu/gorm"
	_ "github.com/mattn/go-sqlite3"
	"github.com/qor/media_library"
	"github.com/qor/validations"
)

var DB *gorm.DB

func init() {
	var err error
	DB, err = gorm.Open("sqlite3", "mytest.db")
	if err != nil {
		log.Println("DB error", err.Error())
		os.Exit(0)
	}
	media_library.RegisterCallbacks(&DB)
	validations.RegisterCallbacks(DB)
	AutoMigrate()
}

func AutoMigrate() {
	DB.AutoMigrate(&model.QueryOrder{})
}

S3 - Files not deleted

It seems that the library doesn't respond to delete events.

I'm using this library in conjunction with the qor admin library (with gin as the framework), and when I make an Item (a model in my app, which contains an aws.S3 field) through the admin panel, the file is added to my bucket as expected. However, when I delete the same instance, it would appear that the file is left in the bucket.

It would be really nice if the file could be deleted with the instance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.