Monday, March 27, 2017

Re: django sample projects

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

2017-03-27 21:55 GMT+02:00 Shahab Emami <shahab.emami95@gmail.com>:
> 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 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-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/fae0ae7c-0d74-42e8-bef2-2d72d6f8964f%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42

--
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-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/CAEuG%2BTav%3DAvG6JJo1WPus%3DWPyoPD9sXtn1EoTVYSXcReyWYHSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment