Git Product home page Git Product logo

pyramid_sacrud's Introduction

Build Status Coverage Status

pyramid_sacrud

Documentation http://pyramid-sacrud.readthedocs.org/

Overview

Pyramid CRUD interface. Provides an administration web interface for Pyramid. Unlike classic CRUD, pyramid_sacrud allows overrides and flexibility to customize your interface, similar to django.contrib.admin but uses a different backend to provide resources. New Architecture built on the resources and mechanism traversal, allows to use it in various cases.

The list of standard backends:

  • ps_alchemy - provides SQLAlchemy models.
  • ps_mongo - provides MongoDB (doesn't exist yet).
  • etc..

Look how easy it is to use with Pyramid and SQLAlchemy:

from .models import (Model1, Model2, Model3,)

# add SQLAlchemy backend
config.include('ps_alchemy')

# add sacrud and project models
config.include('pyramid_sacrud')
settings = config.registry.settings
settings['pyramid_sacrud.models'] = (('Group1', [Model1, Model2]),
                                     ('Group2', [Model3]))

go to http://localhost:6543/sacrud/

And see...

sacrud_index

Example can be found here https://github.com/sacrud/ps_alchemy/tree/master/example

Installing

pip install pyramid_sacrud

Support and Development

To report bugs, use the issue tracker.

We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc

If you have question, contact me [email protected] or IRC channel #sacrud

License

The project is licensed under the MIT license.

pyramid_sacrud's People

Contributors

bitdeli-chef avatar changesomecode avatar cjltsod avatar d42 avatar drnextgis avatar gitter-badger avatar movie4 avatar petrikoz avatar uralbash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

pyramid_sacrud's Issues

fix dashboard columns size bug

Issue by uralbash
Tuesday Jun 17, 2014 at 12:06 GMT
Originally opened as sacrud/sacrud#78


Если перенести из одной колонки все виджеты, а потом обновить страницу, то эта пустая колонка пропадёт. Никитос спасай ситуация!!!


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

Заверстать неактивную кнопку

нужно заверстать кнопу Delete
для примера можешь взять шаблон /pyramid_sacrud/templates/sacrud/forms/list.jinja2
класс для неактивной кнопки: toolbar-button__item_state_disable
если что задаётся в main.js, используется в app/selectable.js

заверстать elfinder

поле elfinder найдешь по ссылке admin/test_all_types/create/
там попап съехал, может просто классы изменились, вобщем глянь

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.