Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.15 KB

nStock

A system for news item management, i mean the pictures, texts, translations, etc. those bits of info that glued together make the news as you can see on the newspaper site.

In nStock each user has a personal desk. Each new Item is stored on the user personal desktop.

Organizations consist of a set of desk, over which users will have some permissions, for example: view the contents of the desk, send items to the desk or edit the contents of the desk (Items). In this way, several workflows can be represented.

Install

This is a web2py application. Fallow the instructions on web2py book or for testing purposes download web2py and clone this repo in the applications folder in your local web2py instance.

Requirements.

  • PIL: you need to install python-pil for image handling.

First time.

The first time the system is used, the site admin will need to give permissions for some users to be able to create organizations. For that, go to appadmin:

http://YOUR.SITE.NAME/nstock/appadmin

And give the permission create_org to the user group.