This should go in an FAQ somewhere. I really like it. On Thu, May 29, 2008 at 10:06 AM, Tim Chase <[EMAIL PROTECTED]> wrote: > >> hi...related to the same problem i also have to designe >> forms,reports and tables for ma data base ...will plz guide me > > It's a fairly trivial process so I will guide you: > > 1) get a server (I recommend Debian GNU/Linux) > 2) install the following: > > Python > Django > a web-server such as Apache/lighttpd > a web-server interface: mod_python/mod_wsgi/fastcgi/etc > a database (PostgreSQL, MySQL or sqlite are popular choices) > > 3) do lots of hard work: > - design your application, data-structures, and tests > - implement your design > > 4) deploy your design > > 5) fix bugs > > 6) repeat steps 3-6 until your code is perfect > > I leave step #3 as an exercise to the reader. If you get stuck > on particular issues, this list and the comp.lang.python mailing > list are helpful places to get specific help. However, as > friendly as both places are, neither will be a replacement for > doing the hard work yourself. > > -tim > > > > > > > > >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---