I am still new on Django Web Framework and I want to understand the MVC 
concept based on this Project structure. Say I am trying to come up with an 
Online Gambling platform. Where exaclty do put the following;

1. say I want the player to randomly shuffle cards, is this whole business 
called on views.py or models or in models I just put a class related to 
creating my database?
2. say I want a player to have a ticket which is a receipt that can be 
picked randomly from those who have signed up for a draw. how exaclty do i 
have my clients get randomly generated receipts numbers using the 
random.randint module
3. Is there a possibility to generate a coin that is a local currency which 
enables players to buy them and then use the tokens for buying tickets into 
the game? If so how do i go about it in django python  

-- 
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/6658851f-f32c-42d4-bb04-7e00c0715a97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to