Coder Social home page Coder Social logo

django-perms-provisioner's People

Contributors

leongraumans avatar michielbijland avatar mikedingjan avatar mvantellingen avatar pimvernooij avatar robmoorman avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-perms-provisioner's Issues

Update configuration file with all available user permissions

Mainly used as reference for the user the easy the configuration of the user permissions:

  • Clean up config file: see which user permissions are defined but not existent in the in the database
  • See which user permissions are missing: add user permission lines to the config file and comment them out (so it is easy to add items just by uncommenting them)

Some ideas:

  • Add an option to enable/disable the automatic adding/removing of stale/missing user permissions --updateConfig (-u)
  • Add an option to automatically sort (alphabetically) the user permissions in the config file --sort (-s)

Ability to incorporate configuration file in project assets

Configuration files now always need to be defined when running the commands.

It would be useful to be able to set a fixed path in your settings where to store/read the configuration file.
This way, you can ship the configuration file with your python package, and incorporate it in your project.

PERMS_PROVISION_CONFIG = os.path.join(PROJECT_ROOT, "assets", "permissions.yml")`

Useful if for example if you want to periodically reset the entire group permissions.

Decide on either JSON or YAML as configuration format

YAML
pro: clean syntax and layout, easy to read
con: need extra dependency in project

JSON
pro: no need for extra dep; can use python's own JSON module
pro2: complies with django's default configuration formats (think of the datadumps for example)
con: a bit less clean (but still quite clean tho) then YAML

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.