Hierarchical User Groups

2014-12-11 Thread Wellington Cordeiro
I'm building a project where we need to have a hierarchical system of Users. The gist of it is this, there needs to be way to create Companies with permission groups within them. How would you implement this? For example: Company: Foo has admins, managers and users Company Bar has admins, manag

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Wellington Cordeiro
Use Atom if you want a Sublime like editor that's open source, free and extendable. https://atom.io/ -Wellington Cordeiro On Wed, Sep 24, 2014 at 11:08 AM, anton wrote: > Wellington Cordeiro wrote: > > > If you're doing serious development $70 for a very extensible edi

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Wellington Cordeiro
If you're doing serious development $70 for a very extensible editor is chump change. IDE's are in my opinion too much for Django and rarely do all the things you wish they would. If paying isn't for you, I would get Vim or Emacs. On Wednesday, September 24, 2014 3:47:47 AM UTC-6, anton wrote:

Re: What is super in python.

2014-07-22 Thread Wellington Cordeiro
Tom Evans gave you a good answer but if you have questions that are general to the language I suggest you ask it on the language's group. https://groups.google.com/forum/#!forum/comp.lang.python On Tuesday, July 22, 2014 4:52:15 AM UTC-6, Akshay Mukadam wrote: > > What is super in python django

Re: How to install psycpg2 in virtual enviroment with help easy_install.

2014-06-12 Thread Wellington Cordeiro
Just out of curiosity what OS are you on? On Thursday, June 12, 2014 7:48:43 AM UTC-6, Віталій Лисенко wrote: > > Thank you. > > I am not have more questions. Thank. > > > On 12 June 2014 16:11, Lachlan Musicman > > wrote: > >> Yep, "pip install" should be enough. Pip install is your friend in >

Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Wellington Cordeiro
Missed my link to Jeet which is at http://jeet.gs On Thursday, May 22, 2014 10:25:47 PM UTC-6, Wellington Cordeiro wrote: > > Cal, > > I don't have it installed in my static folder, I have the gem installed > and I was under the impression that Sass could find the installed

Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Wellington Cordeiro
Cal, I don't have it installed in my static folder, I have the gem installed and I was under the impression that Sass could find the installed libraries, which I guess I was mistaken. What would be your recommended tool? Django-Pipeline or Compressor? Or maybe another? I was trying Compressor