You cannot post messages because only members can post, and you are not currently a member.
|
Dojango + DB Model
|
| |
Hey Guys,
Just found dojango and really happy with what I see, great work!
I do however have a big DB model and I need an advanced yet simple to
use Datagrid,
any suggestions?
Thanks.
- Nathan
|
|
dojango-datable 0.5 available
|
| |
Hi, I published latest trunk of dojango-datable 0.5 version here: [link] dojango-datable is a project, which lets the programmer to declare, render and filter Dojo DataGrids using data provided by Django querysets. This version includes many improvements, like: - dynamic filtering for strings, dates and date ranges... more »
|
|
How to save modified tree on server?
|
| |
Hi all!
Dojo widget tree has everything I need, ie context menus, drag & drop
editing of branches, etc. But all these bells and whistles make sense
if
I can write it to the database.
E. g. if I drag item from one branch to another I would like to save
this change in
the database.
The server is Django and the tree representation in the table is very... more »
|
|
saving an editable grid
|
| |
Hello all.
I've been struggling the last couple to get through a fairly simple
(maybe?) implementation of an editable grid with any sort of js
toolkit with Django. Dojango seems like the easiest integration with
Django, and I'm new to javascript, so I have no bias on which js
toolkit with grids to try to use (dojo, jquery, slickgrid, etc).... more »
|
|
RegexField
|
| |
Can someone give me an example of a working RegexField. I have been
working with them for three days with no success, just a load
permutations for solutions that don't work. Thanks.
|
|
Create a special input table/matrix
|
| |
Greetings all! I'm a newbie and I hope in your helps!
Obviously, I'm in trouble!
Scenario: i need an page with an input table NxN, with N^2 clickable
cells.
When you click on one cell, you'll make increments of 1 a counter. I
need one counter for each cell.
Each counter has a specific scope: from a minimum of 0 to a maximum of... more »
|
|
django-uni-form
|
| |
Are there any plans to implement something like django-uni-form in
dojango (so we don't have to use jQuery)?
Thanks for dojango...
|
|
django editable grid
|
| |
I'm a dojango noob. Not even a user, just looking.
I have some complex django editable tables that I want to improve with
fixed headings and fixed first columns (so vertical and horizontal
scrolling still shows which row and column you are in).
Dojo DataGrids offer these features. Dojango promises to make using... more »
|
|
|