Recently, I started a Django project on Google named ddtcms.
Django dream team address: http://code.google.com/p/ddtcms/
Doubanclaimf68d51c5533c1cfc
A cms Based on Django 1.0, supported by Django dream team, created by huyoo353 on 2008-nov-10.
Notes:
- For the template CSS, refer to juyou.Http://www.ogo.cc/index.php
- The index.html framework on the first page uses a poco network. The top of the page is the horizontal bar on the QQ homepage.
- Template use I want each app to bring its own template
- Many views are not written, and most of them are generic_views.
- The blog uses paging, news, and article to inherit the entry object of the blog.
- Comments using the comments provided by Django
- Http: // 127.0.0.1/sitemap. xmlThere is an error because the built-in flatpage of Django has a problem.
Http: // 127.0.0.1/sitemap_blog.xmlAvailable
- Integration of registration, profiles, Django-Forum, the first two mainly solve some template problems and can be used. The member module of mysite will be improved in the future.
- In the template tag, because Django-Forum uses markdown, You need to download and install markdown.
- In addition, if gettext is used on the International page, download and install it in SF.
For more information, see Docs/update history. Txt
- There are many other places to improve. The first thing to improve is that you cannot send images in the blog. Only the photo module can send images. It's busy now. Let's do it later.
- Please go to my group album.
- My group number is 69930365, A Django dream team. You are welcome to join the discussion. It is a public small group, and the visitors are not rejected. The maximum number is 100.
- Code removal (. PyC)
- RAR format compression, totaling 3.6 MB, including websites and some images, some references, and some template fragments
- I forgot to mention that my Django version is 1.0.
Manage account/password admin/admin