[WLANnews] FFSomething branch started

poelzi poelzi at poelzi.org
Do Mär 1 00:55:04 CET 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

FFSomething is a web application to manage large wifi networks.
http://dev.leipzig.freifunk.net/trac/wiki/FFSomething

I started a FFSomething branch in which a large cleanup and rewrite is
work in progress.
One of the goals is to make the database layout more flexible so
different network structures used by other city fit as well.
I tried to generate a dot file for this, but having some internal
problems, so you have to look at the "plain" model.

https://dev.leipzig.freifunk.net/trac/browser/ffsomething/branches/generic/apps/freifunk/models.py

The model is pretty straight forward:

the intressting part looks like this:

class Project(models.Model):
    name = models.CharField(maxlength=50)
    url = models.URLField(blank=True, null=True)
    parent = models.ForeignKey('self', null=True, blank=True)
    description = models.TextField(null=True, blank=True)
    ....


Project is one type of database entry. name, url, parent,... are the
value types (resulting in table rows of their type).

Any comments, suggestions ?

kindly regards
  daniel


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF5hZYy/mkIQp7AD0RAgyHAJ0aTub7E199drXpu3AIbgyd3qp43gCg15da
n7Ig+Zy8HCKe/XtoG/yNmIU=
=OxZL
-----END PGP SIGNATURE-----



Mehr Informationen über die Mailingliste WLANnews