On 10/12/2013 12:23am,
giuliano....@gmail.com wrote:
> the database is built from scratch, so I can use whatever I wish.
> Currently I'm performing some tests with SQLite, but plan to migrate to
> MySQL for production.
> The project is building a basic CRM with a few tweaks for managing
> specific business types.
> I'm new to Django and Web frameworks in general, but have decent
> experience in Python.
save you the (most) of the work of doing it yourself. Look here ...
> What I'm trying to understand now is it's possible with little effort to
> build views which mostly behave as the admin interface would, doing some
> customization on specific points where needed.
> For example, the paged views offered by the admin interface is something
> I would prefer not to code from scratch in the views.
> But I've not finished to read the whole documentation yet, so it's
> possible that I'm simply asking trivial questions (sorry).
> Giuliano.
>
> On Monday, December 9, 2013 12:17:05 PM UTC+1, Robin St.Clair wrote:
>
> You haven't said what DB product you are connecting to.
>
> However, why don't you use a tool that is designed to allow end
> users as
> well as syrems folk to interact with data - check out Pentaho - BI and
> DI applications and dashboards, reports etc. There is an open source
> version. You can implement security, if required.
>
> Letting end users directly access the DB is quite wrong, especially if
> the DB is complex. In the latter case, many of the reports created will
> be wrong, and decisions will be made on misleading data.
>
> Robin St.Clair
>
>
> On 09/12/2013 09:01, Lachlan Musicman wrote:
> > On 9 December 2013 19:17, Mike Dewhirst <
mi...@dewhirst.com.au