Re: Big Picture?

2013-07-16 Thread Doug Ballance
A suggestion: Make the return arrow from views more clearly indicate that return path goes through the middleware (since it passes through once as a request, and back through the middleware in reverse with the response) and back through the webserver layers. I'm probably asking for a lot, but i

Re: Big Picture?

2013-07-14 Thread Mark Phillips
A suggestionadd a note to explain the colors as you did in your previous email. Mark On Jul 14, 2013 10:13 AM, "Amirouche Boubekki" wrote: > The link to new version is missing: > https://github.com/amirouche/experiments/tree/master/django-big-picture > > Thanks again

Re: Big Picture?

2013-07-14 Thread Amirouche Boubekki
The link to new version is missing: https://github.com/amirouche/experiments/tree/master/django-big-picture Thanks again, please share with us what were you misconceptions maybe one can improve from them or maybe can also make it more clear in the diagram :) 2013/7/14 Subhodip Biswas >

Re: Big Picture?

2013-07-14 Thread Subhodip Biswas
< amirouche.boube...@gmail.com> wrote: > > >> >>> I normally dislike technical "diagrams", but this is simple and awesome >>> :-) -- it's a really nice "big picture" and introduction to the different >>> components that can be hard to vis

Re: Big Picture?

2013-07-14 Thread Amirouche Boubekki
> >> I normally dislike technical "diagrams", but this is simple and awesome >> :-) -- it's a really nice "big picture" and introduction to the different >> components that can be hard to visualize in one's head when just getting >> star

Re: Big Picture?

2013-07-14 Thread Amirouche Boubekki
2013/7/8 Sanjay Bhangar > > > > On Sun, Jul 7, 2013 at 7:05 AM, Amirouche Boubekki < > amirouche.boube...@gmail.com> wrote: > >> Hi, >> >> I have a diagram I call big picture, you might find it useful (see >> attachment). >> >> Any

Re: Big Picture?

2013-07-14 Thread Amirouche Boubekki
2013/7/7 Amirouche Boubekki > Hi, > > I have a diagram I call big picture, you might find it useful (see > attachment). > > Anything green is most of the time provided by the framework at least it > is the case in Django. > > Anything gray you have to make a choice for

Re: Big Picture?

2013-07-07 Thread Sanjay Bhangar
On Sun, Jul 7, 2013 at 7:05 AM, Amirouche Boubekki < amirouche.boube...@gmail.com> wrote: > Hi, > > I have a diagram I call big picture, you might find it useful (see > attachment). > > Anything green is most of the time provided by the framework at least it > is the c

Re: Big Picture?

2013-07-07 Thread ron
so do a Flask > tutorial as well just for comparison. Getting some hands-on experience will > be much more useful than anything I could ever tell you about "what Django > does and how it works." > > Good luck, > Alan > > On Sunday, July 7, 2013 1:03:45 AM UTC-4,

Re: Big Picture?

2013-07-07 Thread ron
se this one MySQL > database; just an outsiders assumption. > > > On Sun, Jul 7, 2013 at 1:03 AM, ron >wrote: > >> I need help with getting the big picture in so far as what Django can >> help me accomplish. I need to replace an antiquated online >> attendance-tak

Re: Big Picture?

2013-07-07 Thread ron
Thanks Amirouche, Your diagram is immesely clarifying. I think I'll use it to keep track of things. Thanks again. :) On Sunday, July 7, 2013 7:05:08 AM UTC-7, Amirouche wrote: > > Hi, > > I have a diagram I call big picture, you might find it useful (see > attachment). &

Re: Big Picture?

2013-07-07 Thread ron
MySQL > database; just an outsiders assumption. > > > On Sun, Jul 7, 2013 at 1:03 AM, ron >wrote: > >> I need help with getting the big picture in so far as what Django can >> help me accomplish. I need to replace an antiquated online >> attendance-taking sys

Re: Big Picture?

2013-07-07 Thread ajohnston
ay, July 7, 2013 1:03:45 AM UTC-4, ron wrote: > > I need help with getting the big picture in so far as what Django can help > me accomplish. I need to replace an antiquated online attendance-taking > system. My first thought was to just build from scratch using Apache, > Python, M

Re: Big Picture?

2013-07-07 Thread Kakar Arunachal Service
True! On Sun, Jul 7, 2013 at 7:35 PM, Amirouche Boubekki < amirouche.boube...@gmail.com> wrote: > Hi, > > I have a diagram I call big picture, you might find it useful (see > attachment). > > Anything green is most of the time provided by the framework at least it

Re: Big Picture?

2013-07-07 Thread Huy T
RL: https://docs.djangoproject.com/en/1.5/ref/databases/ Would imagine the scope of your project would only use this one MySQL database; just an outsiders assumption. On Sun, Jul 7, 2013 at 1:03 AM, ron wrote: > I need help with getting the big picture in so far as what Django can help > me accom

Big Picture?

2013-07-06 Thread ron
I need help with getting the big picture in so far as what Django can help me accomplish. I need to replace an antiquated online attendance-taking system. My first thought was to just build from scratch using Apache, Python, MySQL, HTML/JavaScript. My first stop was researching how to

Re: I don't get the big picture (admin, etc.)

2010-12-14 Thread Lachlan Musicman
On Wed, Dec 15, 2010 at 02:50, cocolombo wrote: > Thanks so much Mike, Christophe, Venkatraman, and whoever joins in, > for your answers. > > To Venkatraman S: > > Yes quite a lot of the applications is written an are functioning > independently. > > As I described it

Re: I don't get the big picture (admin, etc.)

2010-12-14 Thread cocolombo
Thanks so much Mike, Christophe, Venkatraman, and whoever joins in, for your answers. To Venkatraman S: Yes quite a lot of the applications is written an are functioning independently. As I described it's the "big picture" I have difficulty with, not coding the individual pa

Re: I don't get the big picture (admin, etc.)

2010-12-14 Thread Mike Seidle
min whatsoever ? I don't think in your case you want users using the admin. > As I said I read a lot, but I am stucked and don't understand the "big > picture" of an application (or is it a project) ans it's relation with > the admin. Look at the admin as t

Re: I don't get the big picture (admin, etc.)

2010-12-13 Thread Christophe Pettus
On Dec 13, 2010, at 7:25 PM, cocolombo wrote: > 1) Should the players use the admin to loggin ? I think that there's a good hint given by the is_staff property of a User. The admin is best used by people you would consider "staff," rather than general users of the site. While it is certainly

Re: I don't get the big picture (admin, etc.)

2010-12-13 Thread Venkatraman S
s access the admin with limited privileges, or do they not > touch the admin whatsoever ? > django-Admin doesnt manage your database - it provides an interface to look into what your schema contains. As I said I read a lot, but I am stucked and don't understand the "big > picture&q

I don't get the big picture (admin, etc.)

2010-12-13 Thread cocolombo
e of admin to manage my database, but of course, I don't want the players to access directly the database. Do the players access the admin with limited privileges, or do they not touch the admin whatsoever ? As I said I read a lot, but I am stucked and don't understand the "big pictu

Re: How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread Jeff Anderson
jmDesktop wrote: I'm not really asking you for steps. I'm trying to understand why I'm using Django. I started out wanting to learn Python, and needing to do more web than anything, eventually deciding on Django. I keep reading that Django can help you make your own CMS, which is what I want.

Re: How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread David Reynolds
On 26 Mar 2008, at 3:16 pm, jmDesktop wrote: > > I'm not really asking you for steps. I'm trying to understand why I'm > using Django. I started out wanting to learn Python, and needing to > do more web than anything, eventually deciding on Django. I keep > reading that Django can help you mak

How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread jmDesktop
I'm not really asking you for steps. I'm trying to understand why I'm using Django. I started out wanting to learn Python, and needing to do more web than anything, eventually deciding on Django. I keep reading that Django can help you make your own CMS, which is what I want. Are there any exa

Re: Help me see the big picture

2006-09-25 Thread Jay Parlar
On 9/19/06, trond <[EMAIL PROTECTED]> wrote: > > I first read about Django 3 days ago. Now I try to make myself a blog. > > I want to show data from different apps and sql-tables on the same > page. My frontpage should show a blog, my friends birthdays and qoutes. > With Generic-views I have made

Help me see the big picture

2006-09-25 Thread trond
I first read about Django 3 days ago. Now I try to make myself a blog. I want to show data from different apps and sql-tables on the same page. My frontpage should show a blog, my friends birthdays and qoutes. With Generic-views I have made a simple blog, but on the same page, I want to show my f