开发者

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

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

Improve this question 开发者_JS百科

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.


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!


The django tutorial is great.


Have a look at Prometeo ERP. It's based on Django 1.3 and it requires only a few dependencies...


Have a look at "serpantin", as they claim, it is a small ERP application written in Django... That will give a good start for your ERP....

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜