Re: django sample projects

2017-04-10 Thread Bledi
: > > 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 . > &g

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

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 b

django sample projects

2017-03-27 Thread Shahab Emami
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 githu