Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

web ERP in django where do i start? [closed]

I'm a computer science student doing my bachelor's degree. i'm interested in doing an simple application like an ERP in django. I've got about a month of time don't know where do i start. please do give in your opinion.

like image 347
hemanth Avatar asked Feb 05 '10 17:02

hemanth


1 Answers

There's a Django Book It's an awsome introductory material.

Like @pace says (vote up!) the django tutorial is fine too (although the rest of the documentation assumes you have all the time of the world to comprehend it)

But my recommendation is take a look at python first. Not too deep, but enough to know what are they talking about in the django community. Take a look to the Dive Into Python site and gt a grip on python.

There are some great books around too. Like The Definitive Guide to Django, the Practical Django Project and Pro Django (I'm kind of a book freak so i bought them three XD)

I think you should enjoy programming, not suffer it, I enjoy programming in Python and Django. The best thing about Django is that they have solution for common cases in wev developing, like manage the site and users, report of objects in the databases, details on every object in the database. And in the most cases you don't have to worry about SQL at all. See if it fits you :) Happy Programming!

like image 143
marcoslhc Avatar answered Oct 21 '22 02:10

marcoslhc