Modal Form reusable.

2019-06-28 Thread Julio Parra-Sanchez
bootstrap's manners and reused it as a template, passing as a variable the modal to render it? thanks -- { name : "Julio Parra Sanchez", title: "Apprentice Developer", company : "Techtonic", location : "Denver, CO" } -- You received t

Subdomain/Accounts

2010-12-22 Thread Parra
Hello, I'm new to Django and thinking of using it for a project. In this project, there will be accounts and each account will have a subdomain. Based on the subdomain/account, the user will just see the records that belongs to them. The tables will be unique for all accounts, so there should be

Re: Admin in frontend

2009-04-11 Thread Marcello Parra
OK Malcom Thanks again... I will play some more with it. Marcello On 4/11/09, Malcolm Tredinnick wrote: > > On Sat, 2009-04-11 at 21:10 -0300, Marcello Parra wrote: >> Hello Malcom, >> >> Thanks for your help... >> I think of a frontend as the user pa

Re: Admin in frontend

2009-04-11 Thread Marcello Parra
new to Django and there is a chance that I miss something here... Marcello On 4/11/09, Malcolm Tredinnick wrote: > > On Sat, 2009-04-11 at 11:51 -0300, Marcello Parra wrote: >> Hello, >> >> I'm planning a site with django. >> It need to have some functionalitie

Admin in frontend

2009-04-11 Thread Marcello Parra
Hello, I'm planning a site with django. It need to have some functionalities that are very similar to Django's admin (like CRUD in some tables, with validations, etc...). But I would not like to have two sections (frontend and admin) in it So, my question is: is there a way to use already ma

Multiple databases/engines

2009-04-06 Thread Marcello Parra
Hello, I started to play with Django some weeks ago. I'm very impressed with it and making some tests with an application I have already running... The problem is that I need to connect to two databases using two different engines (MS SQL Server and Mysql). I found a doc about using 2 databases h