Re: Beginner question regarding virtualenv

2016-06-23 Thread Tiglath Suriol
On Thursday, June 23, 2016 at 2:38:45 PM UTC-4, Leo wrote: > > Hey Everyone, > > > I’m a total newb to using Django and open stack. I am working on creating > a Django development environment in a VMware environment/Ubuntu OS. > Eventually I want to deploy this to production. The site’s purpos

Re: ManyToMany Model Question, Please

2015-04-06 Thread Tiglath Suriol
On Monday, April 6, 2015 at 3:02:30 PM UTC-4, Flavia Missi wrote: > > Hello Tiglath, > > On Monday, April 6, 2015 at 1:06:43 PM UTC-3, Tiglath Suriol wrote: >> >> >> Environments have servers; servers have applications; applications can be >> on various

ManyToMany Model Question, Please

2015-04-06 Thread Tiglath Suriol
Environments have servers; servers have applications; applications can be on various servers, and applications have files. - servers must be unique within environments, - applications must be unique on each server. - files must be unique within an applications. Will this accompl