Re: Is it good idea to transition from MS Access to a webapp? And if so, is Django a good tool to do it?

2016-05-01 Thread Aaron Cannon
On the other hand, if you don't anticipate hundreds of users, then a cheaper option like Digital Ocean may meet your needs better. There minimal servers start at $5/month. Don't get me wrong, I love Aws, and I use it all the time. It just sounded like your needs were modest, so thought that migh

Re: regarding Session ID and cookie validation

2016-05-01 Thread Avraham Serour
> 1. When cookies are used to carry authentication tokens or session IDs within a web application, and multiple such cookies are present, the django verify all such cookies before granting access to the user session. What kind of verification do you expect here? if the submited session id is a vali

Re: Complex content type

2016-05-01 Thread Avraham Serour
what's so special about your content type? It seems you are just storing text. On Fri, Apr 29, 2016 at 7:51 AM, Said Akhmedbayev wrote: > Need to build a content type that accepts inputs from users. Those inputs > must be stored in database alone with information who entered it (user's > inform

Re: New to Django (stuck at the end of the tutorial)

2016-05-01 Thread Cronos Cto
Ty Aeron I will check it out. -- 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 dja

Re: Complex content type

2016-05-01 Thread Said Akhmedbayev
Avraham, I understand that the content type is not any special or complex for you. Probably, I should wrote "complex content type for me". Anyways, can you provide any instructions for how can make this kind of content type? On Sunday, May 1, 2016 at 8:06:51 PM UTC+6, Avraham Serour wrote: > > w