Opensource real django projects [closed]
Asked Answered
I

5

9

I'm trying to learn Django. And need something to go beyond Hello world and Polls tutorial. Could you please recomend any real project written in Django? Tried to search, but found not many. Especialy interested in usage of buildout.

Inness answered 24/8, 2010 at 18:3 Comment(0)
H
6

My project, Open Knesset, is a django based project that uses data scraped from the israeli parliament (the knesset), analyses it, and presents it to users in more friendly and informative ways.
We use buildout.
The main repo is here in github.

Another place you should look at is djangosites.org, they have a list of django powered sites with source code available.

Haldes answered 24/8, 2010 at 19:58 Comment(0)
T
4

Pinax and Satchmo is the two most popular django opensource project. You will learn alot beyond just hello world, especially best-practices.

Transcendentalistic answered 24/8, 2010 at 23:30 Comment(0)
C
2

You could try OSQA or Askbot. They are open source Stack Exchange clones and are Django projects, go to their sites (1) and (2) to see them in action.

Compensation answered 24/8, 2010 at 20:15 Comment(0)
A
1

I believe everything on the Django Packages site is open-source: Django Packages

Accolade answered 14/8, 2013 at 4:39 Comment(0)
I
0

List of the open-source Django projects:

https://code.djangoproject.com/wiki/DjangoResources#Open-SourceDjangoprojects

Inness answered 13/11, 2013 at 22:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.