Re: django sample projects

2017-04-10 Thread Bledi
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! On Monday, March 27, 2017 at 12:27:59 PM UTC-4, Shahab Emami wrote:

Re: django sample projects

2017-03-28 Thread Melvyn Sopacua
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 ru

Re: django sample projects

2017-03-27 Thread Siim Märtmaa
Browse projects by category from https://djangopackages.org/ also search repositories on github.com https://github.com/django/djangoproject.com https://github.com/pydanny/djangopackages https://github.com/mozilla/addons-server https://github.com/mozilla/bedrock https://github.com/PyCon/pycon --

Re: django sample projects

2017-03-27 Thread Shahab Emami
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. -- You received th

Re: django sample projects

2017-03-27 Thread ludovic coues
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

Re: django sample projects

2017-03-27 Thread Shahab Emami
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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

Re: django sample projects

2017-03-27 Thread Mark Phillips
Try "2 Scoops of Django" book. Shows uou how to set up a project. Mark On Mar 27, 2017 6:28 AM, "Shahab Emami" wrote: > 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