Newbie question - data structure for game

2016-10-28 Thread Ken Albright
I'm just learning Python and Django so please be gentle... I've written a quote decryption game (like you see in the newspaper) in Python. I'd like to put it on a web page with Django. However, I'm not sure of the best way to structure the data. The original quote and the encrypted quote need t

question about returning file (pdf,image,zip...) in a request that made from temporary URL

2016-10-28 Thread ali Eblice
hello think of a downloading website: when we create a temporary link in django and map it to actual URL or file path in database like this: id -- temporary_URL -- origin_URL -- file_path so when a user used a temporary URL and directed to some view , how should i return that file from that v

Re: Read Only by user in Django Admin

2016-10-28 Thread Olivier Dalang
Hi, The following PR is ready to merge and implements this: https://github.com/django/django/pull/6734 I will squash the commits as soon as I'm back in the office (next week) and it will probably be merged soon. Bests Olivier On 25 Oct 2016 19:03, "Luis Zárate" wrote: > you are looking some

Re: Django Project Structure

2016-10-28 Thread Mike Dewhirst
On 28/10/2016 5:17 PM, Deep Shah wrote: I have read this, but still confused. What would be the best practices for this? Your email doesn't say what you have read ("this" above?) so the following recommendation may be a duplication. In any case I recommend Two Scoops of Django[1] for well rea