On Monday 27 March 2017 09:27:59 Shahab Emami wrote:
> hello
> 
>     i have question:
>         where can i find a few django sample projects?

Mezzanine[1] and Cartridge[2] probably fit the bills best. Mezzanine comes with 
it's 
own mezzanine-project command, which creates a project and after running 
createdb 
is a fully functional site with user accounts, blog, gallery and editable pages.

In the end though, a Django project is a collection of apps tied to urls. If 
you can write 
an app, all you need to do is tie them to urls and add the homepage and global 
navigation.
-- 
Melvyn Sopacua

--------
[1] http://mezzanine.jupo.org/
[2] http://cartridge.jupo.org/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/14636786.7DRbtNKXo2%40devstation.
For more options, visit https://groups.google.com/d/optout.

Reply via email to