Changes between Version 1 and Version 2 of Dia2Django


Ignore:
Timestamp:
Aug 13, 2008, 7:21:49 PM (16 years ago)
Author:
Igor Támara
Comment:

Added pointers and insructions

Legend:

Unmodified
Added
Removed
Modified
  • Dia2Django

    v1 v2  
    1 At the moment creating models.py is only achieved via models.py , dia2django let's you create a models.py from a UML [http://www.gnome.org/projects/dia/ dia] file.
     1At the moment creating models.py is only achieved via models.py , [https://svn.devnull.li/main/pythonware/dia2django/trunk/src/dia2django.py dia2django] lets you create a models.py from a UML [http://www.gnome.org/projects/dia/ dia] file.
    22
    33When you are creating a project that at the very beginning has a lot of tables and you want to have in mind the model having the opportunity to share it with your coleagues dia2django can help.
     
    66
    77A dia model like :
    8 http://devnull.li/~ikks/web.png
    98
    10 attachment:web.png
     9[[Image(web.png)]]
    1110
    1211generates the following code :
     
    140139
    141140= Download dia2code =
     141{{{
     142wget --no-check-certificate https://svn.devnull.li/main/pythonware/dia2django/trunk/src/dia2django.py
     143}}}
    142144
    143145= How to use dia2code =
     146{{{
     147dia2code yourumldiagram.dia > models.py
     148}}}
    144149
     150Read the [https://svn.devnull.li/main/pythonware/dia2django/trunk/doc/ instructions].
Back to Top