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
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
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
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
4 matches
Mail list logo