django sample projects

88 views
Skip to first unread message

Shahab Emami

unread,
Mar 27, 2017, 12:27:59 PM3/27/17
to Django users
hello

    i have question:
        where can i find a few django sample projects?
        i have seen a few tutorials and courses but i don't now how
        a real project should be.
        then i need to see a few sample django codes .

        i now there are a lot of project in github but i can't use them.
        there are not the thing that i want they are reusable apps
        that i have to use them beside my own project but i want a whole project.
        i want such project that i can run it in my computer by it's own.

        can you please help me .
        i am learning django for a year but i cant steel write program.
        i only can create some simple apps.

        i can create model , work with forms, templates, angular but still nothing.

        i cant do a real project then i all of my trying are nothing.
        
    thank for your help


Mark Phillips

unread,
Mar 27, 2017, 3:32:25 PM3/27/17
to django users
Try "2 Scoops of Django" book. Shows uou how to set up a project.

Mark

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@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/f45bd08f-57fc-46b2-9c7e-9cff869fe7b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Shahab Emami

unread,
Mar 27, 2017, 3:55:00 PM3/27/17
to Django users
i can set up a project.

i want to see a real source code of a project.
i can create a simple project .
i need an example project.
for example a source of an online market or anything else

ludovic coues

unread,
Mar 27, 2017, 4:56:41 PM3/27/17
to django...@googlegroups.com
An online market is nothing you can't do.
There are form to add object, form to add object to a cart.

Then you need to offer a view to the user so he can pay. The first
result for me on google for "django paypal integration" is
https://github.com/spookylukey/django-paypal. It's a reusable app that
will handle the hard part.

Then you might need to build a bridge with whatever logistic system
you are using to handle the objects sold on the market. That part it
outside the scope of django but might involve asynchronous task
delegated to celery. On more time, I google "django celery", I got the
celery documentation
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html.


Most django project is 80% dumb form and dumb model and dumb stuff.
The other 20% is what will take 80% of your project time and is the
creative part. I have an idea of project which is like excel. I don't
know at the moment how I will handle the database.

This is a specific problem, which only apply to this one project.
Everything else will be form and templates and the standard stuff
> --
> 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...@googlegroups.com.
> To post to this group, send email to django...@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/fae0ae7c-0d74-42e8-bef2-2d72d6f8964f%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42

Shahab Emami

unread,
Mar 27, 2017, 5:26:04 PM3/27/17
to Django users
i think if i study the code of other programmers it can help me a lot.
i think one of the best way for me to be a real programmer is watching code of others.

an integrated project that do something, i need that.
ready source is big step for me that takes me a few years next.

Siim Märtmaa

unread,
Mar 27, 2017, 5:53:19 PM3/27/17
to django...@googlegroups.com

Melvyn Sopacua

unread,
Mar 28, 2017, 7:59:57 AM3/28/17
to django...@googlegroups.com

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 and Cartridge 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

Bledi

unread,
Apr 10, 2017, 7:48:37 PM4/10/17
to Django users
Hi Shahab, 

I am in a similar position like you. I strongly suggest you do the following tutorial: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django

Its made by Mozilla Developers and it is amazing!

Good luck!
Reply all
Reply to author
Forward
0 new messages